https://github.com/timothygu/json-parser-rust
Toy JSON parser written in Rust
https://github.com/timothygu/json-parser-rust
Last synced: about 1 year 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 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-10T22:09:50.000Z (over 4 years ago)
- Last Synced: 2025-02-05T21:00:43.720Z (over 1 year 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).