https://github.com/ponylang/json
A JSON library for Pony
https://github.com/ponylang/json
json pony-core-team-library ponylang ponylang-langauge
Last synced: 12 months ago
JSON representation
A JSON library for Pony
- Host: GitHub
- URL: https://github.com/ponylang/json
- Owner: ponylang
- License: bsd-2-clause
- Created: 2023-02-10T16:26:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-06T12:55:04.000Z (about 1 year ago)
- Last Synced: 2025-06-20T20:16:23.809Z (about 1 year ago)
- Topics: json, pony-core-team-library, ponylang, ponylang-langauge
- Language: Pony
- Homepage: https://ponylang.io/
- Size: 69.3 KB
- Stars: 4
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# JSON
A JSON library for [Pony](https://www.ponylang.io/)
## Status
JSON is an beta-level package.
JSON was extracted from the standard library as part of [RFC #78](https://github.com/ponylang/rfcs/blob/main/text/0078-remove-json-package-from-stdlib.md). We expect that the API will evolve over time.
## Installation
* Install [corral](https://github.com/ponylang/corral)
* `corral add github.com/ponylang/json.git --version 0.2.0`
* `corral fetch` to fetch your dependencies
* `use "json"` to include this package
* `corral run -- ponyc` to compile your application
## API Documentation
[https://ponylang.github.io/json](https://ponylang.github.io/json)