json_value.pony

1
2
3
use "collections/persistent"

type JSONValue is (JSONObject | JSONArray | String | I64 | F64 | Bool | None)