A JSON library for Pony.
json-ng was created with the intent to get it included in the Pony standard library. We expect this repo will not be long for this world.
- Install corral
corral add github.com/ponylang/json-ng.git --version 0.3.0corral fetchto fetch your dependenciesuse "json"to include this packagecorral run -- ponycto compile your application
https://ponylang.github.io/json-ng
json-ng draws inspiration from several existing libraries:
- jay — immutable JSON with lenses for Pony
- pony-immutable-json — immutable JSON with builders and JSONPath for Pony
- pony-jason — streaming token parser for Pony
- json — the current ponylang JSON library
- serde_json — Rust's widely-used JSON library
- SwiftyJSON — ergonomic JSON navigation for Swift