Value
public enum Value: RawRepresentable, Equatable, CustomStringConvertible
JSON value type. Guarenteed to be valid JSON if root value is array or object.
-
Undocumented
Declaration
Swift
public enum Value: RawRepresentable, Equatable, CustomStringConvertible
-
JSON value is a String Value
Declaration
Swift
case String(StringValue)
-
JSON value is a Number Value (specific subtypes)
Declaration
Swift
case Number(JSON.Number)
-
JSON value is an Array of other JSON values
Declaration
Swift
case Array(JSONArray)
-
JSON value a JSON object
Declaration
Swift
case Object(JSONObject)
-
Undocumented
Declaration
Swift
public enum Value: RawRepresentable, Equatable, CustomStringConvertible
-
Undocumented
Declaration
Swift
public enum Value: RawRepresentable, Equatable, CustomStringConvertible
-
Undocumented
Declaration
Swift
public enum Value: RawRepresentable, Equatable, CustomStringConvertible
-
Undocumented
Declaration
Swift
public enum Value: RawRepresentable, Equatable, CustomStringConvertible
-
Undocumented
Declaration
Swift
public enum Value: RawRepresentable, Equatable, CustomStringConvertible