Options
public struct Options
Undocumented
-
Undocumented
Declaration
Swift
public static let `default`: FileUtility.Options
-
Undocumented
Declaration
Swift
public init(encoder: JSONEncoder = JSONEncoder(), decoder: JSONDecoder = JSONDecoder(), removeFileIfWritingNilValue: Bool = true)
-
Undocumented
Declaration
Swift
public func updated(encoder: JSONEncoder? = nil, decoder: JSONDecoder? = nil, removeFileIfWritingNilValue: Bool? = nil) -> FileUtility.Options