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

https://github.com/zackxzhang/jsonette

json parsing from scratch
https://github.com/zackxzhang/jsonette

cpp haskell javascript json python

Last synced: 3 months ago
JSON representation

json parsing from scratch

Awesome Lists containing this project

README

          

# jsonette
[![Language](https://img.shields.io/github/languages/count/zackxzhang/jsonette)](https://github.com/zackxzhang/jsonette)
[![License](https://img.shields.io/github/license/zackxzhang/jsonette)](https://opensource.org/licenses/BSD-3-Clause)
[![Last Commit](https://img.shields.io/github/last-commit/zackxzhang/jsonette)](https://github.com/zackxzhang/jsonette)

*json parsing from scratch (decoder only)*

- [x] Python
- [x] Haskell
- [ ] Rust
- [x] C++
- [ ] C
- [ ] Zig
- [ ] Go
- [x] JS