Type Alias: JSONType

JSONType = string | number | boolean | null | JSONType[] | {[key: string]: JSONType; }