Bool
EXTENSION
Bool
Swift
1extension Bool: JSONDecodable, JSONEncodable
Properties
jsonValue
Swift
1public var jsonValue: JSONValue
Methods
init(jsonValue:)
Swift
1public init(jsonValue value: JSONValue) throws
You are viewing documentation for a previous version of this software.
Switch to the latest stable version.EXTENSION
Bool
1extension Bool: JSONDecodable, JSONEncodable
jsonValue
1public var jsonValue: JSONValue
init(jsonValue:)
1public init(jsonValue value: JSONValue) throws