Decodable extension Decodable init(json:) Initializes an instance of Self from a JSON instance using JSONCoder. Throws Decoding errors that occur when decoding JSON to Self. Declaration Swift public init(json: JSON) throws Parameters json The JSON to create an instance of Self from. init(json:) Initializes an instance of Self from a JSON instance using JSONCoder. Returns nil if nil is passed in. Throws Decoding errors that occur when decoding JSON to Self. Declaration Swift public init?(json: JSON?) throws Parameters json The JSON to create an instance of Self from. © 2019 . All rights reserved. (Last updated: 2019-10-17) Generated by jazzy ♪♫ v0.11.2, a Realm project.