An open API service indexing awesome lists of open source software.

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

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)