(extension in Data):Swift.String.data : Data.Data
(extension in Data):Swift.String.init (data : Data.Data) throws -> Swift.String
(extension in InterchangeData):InterchangeData.InterchangeDataParser.parse : <ERROR TYPE>
Data.Data
Data.Data.(bytes in _2DF95C138AFC727AA32909FB42321C10) : Swift.Array<Swift.UInt8>
Data.Data.appendByte (Swift.UInt8) -> ()
Data.Data.appendBytes <A where A: Swift.SequenceType, A.Generator.Element == Swift.UInt8> (A) -> ()
Data.Data.capacity : Swift.Int
Data.Data.convert <A> () -> A
Data.Data.count : Swift.Int
Data.Data.debugDescription : Swift.String
Data.Data.description : Swift.String
Data.Data.endIndex : Swift.Int
Data.Data.generate () -> Swift.IndexingGenerator<Swift.Array<Swift.UInt8>>
Data.Data.hexDescription : Swift.String
Data.Data.hexString (delimiter : Swift.Int) -> Swift.String
Data.Data.init () -> Data.Data
Data.Data.init (Data.DataConvertible) -> Data.Data
Data.Data.init (arrayLiteral : Swift.Array<Swift.UInt8>...) -> Data.Data
Data.Data.init (bytes : Swift.Array<Swift.UInt8>) -> Data.Data
Data.Data.init (count : Swift.Int, repeatedValue : Swift.UInt8) -> Data.Data
Data.Data.init (extendedGraphemeClusterLiteral : Swift.String) -> Data.Data
Data.Data.init (nilLiteral : ()) -> Data.Data
Data.Data.init (stringLiteral : Swift.String) -> Data.Data
Data.Data.init (unicodeScalarLiteral : Swift.String) -> Data.Data
Data.Data.init <A where A: Data.ByteType> (pointer : Swift.UnsafePointer<A>, length : Swift.Int) -> Data.Data
Data.Data.init <A where A: Swift.CollectionType, A.Generator.Element == Swift.UInt8> (A) -> Data.Data
Data.Data.init <A where A: Swift.SequenceType, A.Generator.Element == Swift.UInt8> (A) -> Data.Data
Data.Data.init <A> (value : A) -> Data.Data
Data.Data.insertByte (Swift.UInt8, atIndex : Swift.Int) -> ()
Data.Data.insertBytes <A where A: Swift.CollectionType, A.Generator.Element == Swift.UInt8> (A, at : Swift.Int) -> ()
Data.Data.isEmpty : Swift.Bool
Data.Data.popLastByte () -> Swift.Optional<Swift.UInt8>
Data.Data.removeAllBytes (keepCapacity : Swift.Bool) -> ()
Data.Data.removeByteAtIndex (Swift.Int) -> Swift.UInt8
Data.Data.removeBytesInRange (Swift.Range<Swift.Int>) -> ()
Data.Data.removeFirstByte () -> Swift.UInt8
Data.Data.removeFirstBytes (Swift.Int) -> ()
Data.Data.replaceBytesInRange <A where A: Swift.CollectionType, A.Generator.Element == Swift.UInt8> (Swift.Range<Swift.Int>, with : A) -> ()
Data.Data.reserveCapacity (Swift.Int) -> ()
Data.Data.startIndex : Swift.Int
Data.Data.subscript (Swift.Int) -> Swift.UInt8
Data.Data.subscript (Swift.Range<Swift.Int>) -> Data.Data
Data.Data.withUnsafeBufferPointer <A> ((Swift.UnsafeBufferPointer<Swift.UInt8>) throws -> A) throws -> A
Data.Data.withUnsafeMutableBufferPointer <A> ((inout Swift.UnsafeMutableBufferPointer<Swift.UInt8>) throws -> A) throws -> A
Data.DataConvertible.data : Data.Data
Data.DataConvertible.init (data : Data.Data) throws -> A
Data.DataError
Data.DataError.description : Swift.String
InterchangeData.InterchangeData
InterchangeData.InterchangeData.ArrayValue (InterchangeData.InterchangeData.Type) -> (Swift.Array<InterchangeData.InterchangeData>) -> InterchangeData.InterchangeData
InterchangeData.InterchangeData.BooleanValue (InterchangeData.InterchangeData.Type) -> (Swift.Bool) -> InterchangeData.InterchangeData
InterchangeData.InterchangeData.NullValue (InterchangeData.InterchangeData.Type) -> InterchangeData.InterchangeData
InterchangeData.InterchangeData.NumberValue (InterchangeData.InterchangeData.Type) -> (Swift.Double) -> InterchangeData.InterchangeData
InterchangeData.InterchangeData.ObjectValue (InterchangeData.InterchangeData.Type) -> (Swift.Dictionary<Swift.String, InterchangeData.InterchangeData>) -> InterchangeData.InterchangeData
InterchangeData.InterchangeData.StringValue (InterchangeData.InterchangeData.Type) -> (Swift.String) -> InterchangeData.InterchangeData
InterchangeData.InterchangeData.array : Swift.Optional<Swift.Array<InterchangeData.InterchangeData>>
InterchangeData.InterchangeData.asArray () throws -> Swift.Array<InterchangeData.InterchangeData>
InterchangeData.InterchangeData.asBool () throws -> Swift.Bool
InterchangeData.InterchangeData.asDictionary () throws -> Swift.Dictionary<Swift.String, InterchangeData.InterchangeData>
InterchangeData.InterchangeData.asDouble () throws -> Swift.Double
InterchangeData.InterchangeData.asInt () throws -> Swift.Int
InterchangeData.InterchangeData.asString () throws -> Swift.String
InterchangeData.InterchangeData.asUInt () throws -> Swift.UInt
InterchangeData.InterchangeData.bool : Swift.Optional<Swift.Bool>
InterchangeData.InterchangeData.description : Swift.String
InterchangeData.InterchangeData.dictionary : Swift.Optional<Swift.Dictionary<Swift.String, InterchangeData.InterchangeData>>
InterchangeData.InterchangeData.double : Swift.Optional<Swift.Double>
InterchangeData.InterchangeData.get <A> () -> Swift.Optional<A>
InterchangeData.InterchangeData.get <A> () throws -> A
InterchangeData.InterchangeData.init (arrayLiteral : Swift.Array<InterchangeData.InterchangeData>...) -> InterchangeData.InterchangeData
InterchangeData.InterchangeData.init (booleanLiteral : Swift.Bool) -> InterchangeData.InterchangeData
InterchangeData.InterchangeData.init (dictionaryLiteral : Swift.Array<(Swift.String, InterchangeData.InterchangeData)>...) -> InterchangeData.InterchangeData
InterchangeData.InterchangeData.init (extendedGraphemeClusterLiteral : Swift.String) -> InterchangeData.InterchangeData
InterchangeData.InterchangeData.init (floatLiteral : Swift.Double) -> InterchangeData.InterchangeData
InterchangeData.InterchangeData.init (integerLiteral : Swift.Int) -> InterchangeData.InterchangeData
InterchangeData.InterchangeData.init (nilLiteral : ()) -> InterchangeData.InterchangeData
InterchangeData.InterchangeData.init (stringInterpolation : Swift.Array<InterchangeData.InterchangeData>...) -> InterchangeData.InterchangeData
InterchangeData.InterchangeData.init (stringLiteral : Swift.String) -> InterchangeData.InterchangeData
InterchangeData.InterchangeData.init (unicodeScalarLiteral : Swift.String) -> InterchangeData.InterchangeData
InterchangeData.InterchangeData.init <A> (stringInterpolationSegment : A) -> InterchangeData.InterchangeData
InterchangeData.InterchangeData.int : Swift.Optional<Swift.Int>
InterchangeData.InterchangeData.isArray : Swift.Bool
InterchangeData.InterchangeData.isBoolean : Swift.Bool
InterchangeData.InterchangeData.isNumber : Swift.Bool
InterchangeData.InterchangeData.isObject : Swift.Bool
InterchangeData.InterchangeData.isString : Swift.Bool
InterchangeData.InterchangeData.string : Swift.Optional<Swift.String>
InterchangeData.InterchangeData.subscript (Swift.Int) -> Swift.Optional<InterchangeData.InterchangeData>
InterchangeData.InterchangeData.subscript (Swift.String) -> Swift.Optional<InterchangeData.InterchangeData>
InterchangeData.InterchangeData.uint : Swift.Optional<Swift.UInt>
InterchangeData.InterchangeDataError
InterchangeData.InterchangeDataError.IncompatibleType (InterchangeData.InterchangeDataError.Type) -> InterchangeData.InterchangeDataError
InterchangeData.InterchangeDataParser.parse : <ERROR TYPE>
InterchangeData.InterchangeDataSerializer.serialize : <ERROR TYPE>
InterchangeData.escape (Swift.String) -> Swift.String
InterchangeData.escapeMapping : Swift.Dictionary<Swift.Character, Swift.String>
JSON.GenericJSONInterchangeDataParser
JSON.GenericJSONInterchangeDataParser with unmangled suffix "12ByteSequenceMx"
JSON.GenericJSONInterchangeDataParser with unmangled suffix "4Char"
JSON.GenericJSONInterchangeDataParser with unmangled suffix "6Source"
JSON.GenericJSONInterchangeDataParser.(advance in _78B90D66FA80EDD71B7C778DD931EE19) () -> ()
JSON.GenericJSONInterchangeDataParser.(currentChar in _78B90D66FA80EDD71B7C778DD931EE19) : Swift.UInt8
JSON.GenericJSONInterchangeDataParser.(currentSymbol in _78B90D66FA80EDD71B7C778DD931EE19) : Swift.Character
JSON.GenericJSONInterchangeDataParser.(expect in _78B90D66FA80EDD71B7C778DD931EE19) (Swift.StaticString) -> Swift.Bool
JSON.GenericJSONInterchangeDataParser.(isIdentifier in _78B90D66FA80EDD71B7C778DD931EE19) (Swift.UInt8) -> Swift.Bool
JSON.GenericJSONInterchangeDataParser.(nextChar in _78B90D66FA80EDD71B7C778DD931EE19) : Swift.UInt8
JSON.GenericJSONInterchangeDataParser.(parseArray in _78B90D66FA80EDD71B7C778DD931EE19) : <ERROR TYPE>
JSON.GenericJSONInterchangeDataParser.(parseEscapedChar in _78B90D66FA80EDD71B7C778DD931EE19) () -> Swift.Optional<Swift.UnicodeScalar>
JSON.GenericJSONInterchangeDataParser.(parseNumber in _78B90D66FA80EDD71B7C778DD931EE19) : <ERROR TYPE>
JSON.GenericJSONInterchangeDataParser.(parseObject in _78B90D66FA80EDD71B7C778DD931EE19) : <ERROR TYPE>
JSON.GenericJSONInterchangeDataParser.(parseString in _78B90D66FA80EDD71B7C778DD931EE19) : <ERROR TYPE>
JSON.GenericJSONInterchangeDataParser.(parseSymbol in _78B90D66FA80EDD71B7C778DD931EE19) : <ERROR TYPE>
JSON.GenericJSONInterchangeDataParser.(parseValue in _78B90D66FA80EDD71B7C778DD931EE19) : <ERROR TYPE>
JSON.GenericJSONInterchangeDataParser.(skipWhitespaces in _78B90D66FA80EDD71B7C778DD931EE19) () -> ()
JSON.GenericJSONInterchangeDataParser.columnNumber : Swift.Int
JSON.GenericJSONInterchangeDataParser.cur : A.Index
JSON.GenericJSONInterchangeDataParser.end : A.Index
JSON.GenericJSONInterchangeDataParser.init (A) -> JSON.GenericJSONInterchangeDataParser<A>
JSON.GenericJSONInterchangeDataParser.lineNumber : Swift.Int
JSON.GenericJSONInterchangeDataParser.parse : <ERROR TYPE>
JSON.GenericJSONInterchangeDataParser.source : A
JSON.GenericJSONParser
JSON.GenericJSONParser with unmangled suffix "12ByteSequenceMx"
JSON.GenericJSONParser with unmangled suffix "4Char"
JSON.GenericJSONParser with unmangled suffix "6Source"
JSON.GenericJSONParser.(advance in _9029A492B8CD5EF28AEC61673EE79115) () -> ()
JSON.GenericJSONParser.(currentChar in _9029A492B8CD5EF28AEC61673EE79115) : Swift.UInt8
JSON.GenericJSONParser.(currentSymbol in _9029A492B8CD5EF28AEC61673EE79115) : Swift.Character
JSON.GenericJSONParser.(expect in _9029A492B8CD5EF28AEC61673EE79115) (Swift.StaticString) -> Swift.Bool
JSON.GenericJSONParser.(isIdentifier in _9029A492B8CD5EF28AEC61673EE79115) (Swift.UInt8) -> Swift.Bool
JSON.GenericJSONParser.(nextChar in _9029A492B8CD5EF28AEC61673EE79115) : Swift.UInt8
JSON.GenericJSONParser.(parseArray in _9029A492B8CD5EF28AEC61673EE79115) () throws -> JSON.JSON
JSON.GenericJSONParser.(parseEscapedChar in _9029A492B8CD5EF28AEC61673EE79115) () -> Swift.Optional<Swift.UnicodeScalar>
JSON.GenericJSONParser.(parseNumber in _9029A492B8CD5EF28AEC61673EE79115) () throws -> JSON.JSON
JSON.GenericJSONParser.(parseObject in _9029A492B8CD5EF28AEC61673EE79115) () throws -> JSON.JSON
JSON.GenericJSONParser.(parseString in _9029A492B8CD5EF28AEC61673EE79115) () throws -> JSON.JSON
JSON.GenericJSONParser.(parseSymbol in _9029A492B8CD5EF28AEC61673EE79115) (Swift.StaticString, @autoclosure () -> JSON.JSON) throws -> JSON.JSON
JSON.GenericJSONParser.(parseValue in _9029A492B8CD5EF28AEC61673EE79115) () throws -> JSON.JSON
JSON.GenericJSONParser.(skipWhitespaces in _9029A492B8CD5EF28AEC61673EE79115) () -> ()
JSON.GenericJSONParser.columnNumber : Swift.Int
JSON.GenericJSONParser.cur : A.Index
JSON.GenericJSONParser.end : A.Index
JSON.GenericJSONParser.init (A) -> JSON.GenericJSONParser<A>
JSON.GenericJSONParser.lineNumber : Swift.Int
JSON.GenericJSONParser.parse () throws -> JSON.JSON
JSON.GenericJSONParser.source : A
JSON.JSON
JSON.JSON.ArrayValue (JSON.JSON.Type) -> (Swift.Array<JSON.JSON>) -> JSON.JSON
JSON.JSON.BooleanValue (JSON.JSON.Type) -> (Swift.Bool) -> JSON.JSON
JSON.JSON.NullValue (JSON.JSON.Type) -> JSON.JSON
JSON.JSON.NumberValue (JSON.JSON.Type) -> (Swift.Double) -> JSON.JSON
JSON.JSON.ObjectValue (JSON.JSON.Type) -> (Swift.Dictionary<Swift.String, JSON.JSON>) -> JSON.JSON
JSON.JSON.StringValue (JSON.JSON.Type) -> (Swift.String) -> JSON.JSON
JSON.JSON.array : Swift.Optional<Swift.Array<JSON.JSON>>
JSON.JSON.asArray () throws -> Swift.Array<JSON.JSON>
JSON.JSON.asBool () throws -> Swift.Bool
JSON.JSON.asDictionary () throws -> Swift.Dictionary<Swift.String, JSON.JSON>
JSON.JSON.asDouble () throws -> Swift.Double
JSON.JSON.asInt () throws -> Swift.Int
JSON.JSON.asString () throws -> Swift.String
JSON.JSON.asUInt () throws -> Swift.UInt
JSON.JSON.bool : Swift.Optional<Swift.Bool>
JSON.JSON.debugDescription : Swift.String
JSON.JSON.description : Swift.String
JSON.JSON.dictionary : Swift.Optional<Swift.Dictionary<Swift.String, JSON.JSON>>
JSON.JSON.double : Swift.Optional<Swift.Double>
JSON.JSON.get <A> () -> Swift.Optional<A>
JSON.JSON.get <A> () throws -> A
JSON.JSON.init (arrayLiteral : Swift.Array<JSON.JSON>...) -> JSON.JSON
JSON.JSON.init (booleanLiteral : Swift.Bool) -> JSON.JSON
JSON.JSON.init (dictionaryLiteral : Swift.Array<(Swift.String, JSON.JSON)>...) -> JSON.JSON
JSON.JSON.init (extendedGraphemeClusterLiteral : Swift.String) -> JSON.JSON
JSON.JSON.init (floatLiteral : Swift.Double) -> JSON.JSON
JSON.JSON.init (integerLiteral : Swift.Int) -> JSON.JSON
JSON.JSON.init (nilLiteral : ()) -> JSON.JSON
JSON.JSON.init (stringInterpolation : Swift.Array<JSON.JSON>...) -> JSON.JSON
JSON.JSON.init (stringLiteral : Swift.String) -> JSON.JSON
JSON.JSON.init (unicodeScalarLiteral : Swift.String) -> JSON.JSON
JSON.JSON.init <A> (stringInterpolationSegment : A) -> JSON.JSON
JSON.JSON.int : Swift.Optional<Swift.Int>
JSON.JSON.isArray : Swift.Bool
JSON.JSON.isBoolean : Swift.Bool
JSON.JSON.isNumber : Swift.Bool
JSON.JSON.isObject : Swift.Bool
JSON.JSON.isString : Swift.Bool
JSON.JSON.string : Swift.Optional<Swift.String>
JSON.JSON.subscript (Swift.Int) -> Swift.Optional<JSON.JSON>
JSON.JSON.subscript (Swift.String) -> Swift.Optional<JSON.JSON>
JSON.JSON.uint : Swift.Optional<Swift.UInt>
JSON.JSONError
JSON.JSONError.IncompatibleType (JSON.JSONError.Type) -> JSON.JSONError
JSON.JSONInterchangeDataParseError
JSON.JSONInterchangeDataParseError.ExtraTokenError (JSON.JSONInterchangeDataParseError.Type) -> (reason : Swift.String, lineNumber : Swift.Int, columnNumber : Swift.Int) -> JSON.JSONInterchangeDataParseError
JSON.JSONInterchangeDataParseError.InsufficientTokenError (JSON.JSONInterchangeDataParseError.Type) -> (reason : Swift.String, lineNumber : Swift.Int, columnNumber : Swift.Int) -> JSON.JSONInterchangeDataParseError
JSON.JSONInterchangeDataParseError.InvalidNumberError (JSON.JSONInterchangeDataParseError.Type) -> (reason : Swift.String, lineNumber : Swift.Int, columnNumber : Swift.Int) -> JSON.JSONInterchangeDataParseError
JSON.JSONInterchangeDataParseError.InvalidStringError (JSON.JSONInterchangeDataParseError.Type) -> (reason : Swift.String, lineNumber : Swift.Int, columnNumber : Swift.Int) -> JSON.JSONInterchangeDataParseError
JSON.JSONInterchangeDataParseError.NonStringKeyError (JSON.JSONInterchangeDataParseError.Type) -> (reason : Swift.String, lineNumber : Swift.Int, columnNumber : Swift.Int) -> JSON.JSONInterchangeDataParseError
JSON.JSONInterchangeDataParseError.UnexpectedTokenError (JSON.JSONInterchangeDataParseError.Type) -> (reason : Swift.String, lineNumber : Swift.Int, columnNumber : Swift.Int) -> JSON.JSONInterchangeDataParseError
JSON.JSONInterchangeDataParseError.description : Swift.String
JSON.JSONInterchangeDataParser
JSON.JSONInterchangeDataParser.init () -> JSON.JSONInterchangeDataParser
JSON.JSONInterchangeDataParser.parse : <ERROR TYPE>
JSON.JSONInterchangeDataSerializer
JSON.JSONInterchangeDataSerializer.init () -> JSON.JSONInterchangeDataSerializer
JSON.JSONInterchangeDataSerializer.serialize : <ERROR TYPE>
JSON.JSONInterchangeDataSerializer.serializeArray : <ERROR TYPE>
JSON.JSONInterchangeDataSerializer.serializeNumber (Swift.Double) -> Swift.String
JSON.JSONInterchangeDataSerializer.serializeObject : <ERROR TYPE>
JSON.JSONInterchangeDataSerializer.serializeToString : <ERROR TYPE>
JSON.JSONParseError
JSON.JSONParseError.ExtraTokenError (JSON.JSONParseError.Type) -> (reason : Swift.String, lineNumber : Swift.Int, columnNumber : Swift.Int) -> JSON.JSONParseError
JSON.JSONParseError.InsufficientTokenError (JSON.JSONParseError.Type) -> (reason : Swift.String, lineNumber : Swift.Int, columnNumber : Swift.Int) -> JSON.JSONParseError
JSON.JSONParseError.InvalidNumberError (JSON.JSONParseError.Type) -> (reason : Swift.String, lineNumber : Swift.Int, columnNumber : Swift.Int) -> JSON.JSONParseError
JSON.JSONParseError.InvalidStringError (JSON.JSONParseError.Type) -> (reason : Swift.String, lineNumber : Swift.Int, columnNumber : Swift.Int) -> JSON.JSONParseError
JSON.JSONParseError.NonStringKeyError (JSON.JSONParseError.Type) -> (reason : Swift.String, lineNumber : Swift.Int, columnNumber : Swift.Int) -> JSON.JSONParseError
JSON.JSONParseError.UnexpectedTokenError (JSON.JSONParseError.Type) -> (reason : Swift.String, lineNumber : Swift.Int, columnNumber : Swift.Int) -> JSON.JSONParseError
JSON.JSONParseError.description : Swift.String
JSON.JSONParser
JSON.JSONParser.init () -> JSON.JSONParser
JSON.JSONParser.parse : <ERROR TYPE>
JSON.JSONSerializer
JSON.JSONSerializer.init () -> JSON.JSONSerializer
JSON.JSONSerializer.serialize : <ERROR TYPE>
JSON.JSONSerializer.serializeArray (Swift.Array<JSON.JSON>) -> Swift.String
JSON.JSONSerializer.serializeNumber (Swift.Double) -> Swift.String
JSON.JSONSerializer.serializeObject (Swift.Dictionary<Swift.String, JSON.JSON>) -> Swift.String
JSON.JSONSerializer.serializeToString (JSON.JSON) -> Swift.String
JSON.PrettyJSONInterchangeDataSerializer
JSON.PrettyJSONInterchangeDataSerializer.indent () -> Swift.String
JSON.PrettyJSONInterchangeDataSerializer.indentLevel : Swift.Int
JSON.PrettyJSONInterchangeDataSerializer.serializeArray : <ERROR TYPE>
JSON.PrettyJSONInterchangeDataSerializer.serializeObject : <ERROR TYPE>
JSON.PrettyJSONSerializer
JSON.PrettyJSONSerializer.indent () -> Swift.String
JSON.PrettyJSONSerializer.indentLevel : Swift.Int
JSON.PrettyJSONSerializer.serializeArray (Swift.Array<JSON.JSON>) -> Swift.String
JSON.PrettyJSONSerializer.serializeObject (Swift.Dictionary<Swift.String, JSON.JSON>) -> Swift.String
JSON.digitMapping : Swift.Dictionary<Swift.UnicodeScalar, Swift.Int>
JSON.digitToInt (Swift.UInt8) -> Swift.Optional<Swift.Int>
JSON.escapeAsJSONString (Swift.String) -> Swift.String
JSON.escapeMapping : Swift.Dictionary<Swift.Character, Swift.String>
JSON.hexMapping : Swift.Dictionary<Swift.UnicodeScalar, Swift.UInt32>
JSON.hexToDigit (Swift.UInt8) -> Swift.Optional<Swift.UInt32>
JSON.unescapeMapping : Swift.Dictionary<Swift.UnicodeScalar, Swift.UnicodeScalar>
_T4Data4Byte
_TP15InterchangeData21InterchangeDataParser
_TP15InterchangeData25InterchangeDataSerializer
_TP4Data15DataConvertible
_TP4Data8ByteType
static Data.+ infix (Data.Data, Data.Data) -> Data.Data
static Data.+ infix (Data.Data, Data.DataConvertible) -> Data.Data
static Data.+ infix (Data.DataConvertible, Data.Data) -> Data.Data
static Data.+= infix (inout Data.Data, Data.Data) -> ()
static Data.+= infix (inout Data.Data, Data.DataConvertible) -> ()
static Data.+= infix <A where A: Swift.SequenceType, A.Generator.Element == Swift.UInt8> (inout Data.Data, A) -> ()
static Data.== infix (Data.Data, Data.Data) -> Swift.Bool
static Data.Data.bufferWithSize (Swift.Int) -> Data.Data
static InterchangeData.== infix (InterchangeData.InterchangeData, InterchangeData.InterchangeData) -> Swift.Bool
static InterchangeData.InterchangeData.from (Swift.Array<InterchangeData.InterchangeData>) -> InterchangeData.InterchangeData
static InterchangeData.InterchangeData.from (Swift.Bool) -> InterchangeData.InterchangeData
static InterchangeData.InterchangeData.from (Swift.Dictionary<Swift.String, InterchangeData.InterchangeData>) -> InterchangeData.InterchangeData
static InterchangeData.InterchangeData.from (Swift.Double) -> InterchangeData.InterchangeData
static InterchangeData.InterchangeData.from (Swift.Int) -> InterchangeData.InterchangeData
static InterchangeData.InterchangeData.from (Swift.String) -> InterchangeData.InterchangeData
static JSON.== infix (JSON.JSON, JSON.JSON) -> Swift.Bool
static JSON.JSON.from (Swift.Array<JSON.JSON>) -> JSON.JSON
static JSON.JSON.from (Swift.Bool) -> JSON.JSON
static JSON.JSON.from (Swift.Dictionary<Swift.String, JSON.JSON>) -> JSON.JSON
static JSON.JSON.from (Swift.Double) -> JSON.JSON
static JSON.JSON.from (Swift.Int) -> JSON.JSON
static JSON.JSON.from (Swift.String) -> JSON.JSON