JSONNull
struct JSONNull : Codable
                Add Codable compliance to null
- 
                  
                  
Initialize with decoder
Throws
Decoding errorDeclaration
Swift
init(from decoder: Decoder) throwsParameters
decoderDecoder
 - 
                  
                  
Encode to encoder
Throws
Encoding errorDeclaration
Swift
func encode(to encoder: Encoder) throwsParameters
encoderEncoder
 
            View on GitHub
          
      JSONNull Structure Reference