Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mfelsche/pony-immutable-json

like the ponylang stdlib json library - just everything `val`
https://github.com/mfelsche/pony-immutable-json

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Immutable JSON

[![CircleCI](https://circleci.com/gh/mfelsche/pony-immutable-json.svg?style=svg)](https://circleci.com/gh/mfelsche/pony-immutable-json)

Just like the [Ponylang stdlib JSON package](https://stdlib.ponylang.io/json--index), 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`.