json_value.pony 1 2 3use "collections/persistent" type JSONValue is (JSONObject | JSONArray | String | I64 | F64 | Bool | None)