Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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`
- Host: GitHub
- URL: https://github.com/mfelsche/pony-immutable-json
- Owner: mfelsche
- Created: 2019-03-29T19:47:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T08:02:10.000Z (8 months ago)
- Last Synced: 2024-10-13T13:36:00.164Z (3 months ago)
- Language: Pony
- Size: 24.4 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.