JSONValue = JSONPrimitive | Record<string, any> | any[]
JSONPrimitive
Record
string
any
JSON compatible value type.