Appearance
@pbvex/protocol / JSONValue
JSONValue = null | boolean | number | string | JSONValue[] | {[key: string]: JSONValue; }
null
boolean
number
string
JSONValue
key