Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/timothygu/json-parser-rust

Toy JSON parser written in Rust
https://github.com/timothygu/json-parser-rust

Last synced: 4 days ago
JSON representation

Toy JSON parser written in Rust

Awesome Lists containing this project

README

        

# Toy Rust JSON parser

**Toy project. Do not use in production.**

This is a JSON parser written in Rust. It is a Rust port of the [JSON
parser](https://github.com/TimothyGu/json-parser-cpp) I wrote in C++.

## License

This repository may be used freely in accordance with the MIT License
(LICENSE.MIT.md) or the Blue Oak Model License version 1.0.0
(LICENSE.BlueOak.md).