JSONValue

JSONValue = JSONPrimitive | Record<string, any> | any[]

JSON compatible value type.