Instance Propertyorlandos-nl.ikigajson 2.2.3IkigaJSON
encodeNilAsNull
If a nil
value is found, setting this to true
will encode null
. Otherwise the key is omitted.
This declaration is deprecated: Use `nilValueEncodingStrategy` instead.
var encodeNilAsNull: Bool { get set }
Other members in extension
Type members
Instance members
var bufferExpansionMode: ExpansionMode
The manner of expanding internal buffers for growing encoding demands
var dataDecodingStrategy: JSONEncoder.DataEncodingStrategy
The method used to encode Foundation
Data
typesvar dataEncodingStrategy: JSONEncoder.DataEncodingStrategy
var dateDecodingStrategy: JSONEncoder.DateEncodingStrategy
var dateEncodingStrategy: JSONEncoder.DateEncodingStrategy
The method used to encode Foundation
Date
typesvar expectedJSONSize: Int
var keyDecodingStrategy: JSONEncoder.KeyEncodingStrategy
var keyEncodingStrategy: JSONEncoder.KeyEncodingStrategy
Defines the method used when encode keys
var nilValueEncodingStrategy: NilValueEncodingStrategy
Defines how to act when a
nil
value is encountered during encoding.var userInfo: [CodingUserInfoKey : Any]
This userInfo is accessible by the Eecodable types that are being encoded