/pony-immutable-json

like the ponylang stdlib json library - just everything `val`

Primary LanguagePony

Immutable JSON

CircleCI

Just like the Ponylang stdlib JSON package, just with everything immutable.

That means most of all JsonArray and JsonObject have a val capability now instead of ref. It was horrible to parse and serialize JSON if you have val data or you only see it as box.