String
EXTENSION
String
Swift
1extension String: JSONDecodable, JSONEncodable
Properties
jsonValue
Swift
1public var jsonValue: JSONValue
Methods
init(jsonValue:)
Swift
1public init(jsonValue value: JSONValue) throws