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.1.0
corral fetch
to fetch your dependenciesuse "json"
to include this packagecorral run -- ponyc
to compile your application