type JSONValue

export type JSONValue = JSONPrimitive | JSONArray | JSONObject;