A JSON parser implementation for learning Rust
String(std::string::String)Number(f32)Boolean(bool)Array(Vec)Object(HashMap<String, JsonValue>)Null
See parse.rs for usage examples.
This project is primarily for educational purposes to learn Rust programming.