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
- Host: GitHub
- URL: https://github.com/robbycbennett/json
- Owner: RobbyCBennett
- License: mit
- Created: 2024-11-09T20:35:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-24T04:58:22.000Z (over 1 year ago)
- Last Synced: 2025-03-10T15:18:36.893Z (over 1 year ago)
- Topics: json, library, parser, personal
- Language: Rust
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).