Type - linhay/Stem GitHub Wiki

Type

JSON's type definitions.

public enum Type

See http://www.json.org

Inheritance

Int

Enumeration Cases

number

case number

string

case string

bool

case bool

array

case array

dictionary

case dictionary

null

case null

unknown

case unknown