JSON
public struct JSON
-
JSON value type. Guarenteed to be valid JSON if root value is array or object.
See moreDeclaration
Swift
public enum Value: RawRepresentable, Equatable, CustomStringConvertible
-
Undocumented
See moreDeclaration
Swift
public struct JSON
-
Undocumented
Declaration
Swift
public struct JSON
-
Undocumented
Declaration
Swift
public struct JSON
-
Parses
JSON
from a string.Declaration
Swift
init(string: Swift.String) throws
-
Undocumented
Declaration
Swift
public struct JSON
-
Errors raised while parsing JSON data.
See moreDeclaration
Swift
public enum ParseError: ErrorType
-
Errors raised while serializing to a JSON string
See moreDeclaration
Swift
public enum SerializeError: ErrorType
-
Returns a
String
version of the error which can be logged. Not currently localized.Declaration
Swift
public var description: String