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
.