Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/timothygu/json-parser-rust
- Owner: TimothyGu
- License: other
- Created: 2021-09-10T22:03:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-10T22:09:50.000Z (over 3 years ago)
- Last Synced: 2024-12-12T06:05:37.007Z (13 days ago)
- Language: Rust
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.BlueOak.md
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).