A JSON library for Pony
JSON is an beta-level package.
JSON was extracted from the standard library as part of RFC #78. We expect that the API will evolve over time.
- Install corral
corral add github.com/ponylang/json.git --version 0.2.0corral fetchto fetch your dependenciesuse "json"to include this packagecorral run -- ponycto compile your application