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

https://github.com/robbycbennett/json

JavaScript Object Notation library for Rust
https://github.com/robbycbennett/json

json library parser personal

Last synced: 2 months ago
JSON representation

JavaScript Object Notation library for Rust

Awesome Lists containing this project

README

          

# JSON
*JavaScript Object Notation library for Rust*

I made this to learn about parsing a nested word language, also known as a visibly-pushdown language. This is a JSON library without any dependencies other than the standard library. It adheres to the JSON standard as described at [json.org](https://www.json.org/json-en.html).