Parse and serialize JSON with ease. JSON is a very loose format where anything goes - arrays can hold mixed types, object keys can change types between API calls or not include some keys under some conditions. Mapping that to idiomatic Rust structs introduces friction.
Features
- First class citizen
- Using macros and indexing, it's easy to work with the data
- Just add it to your Cargo.toml file
- This crate is distributed under the terms of both the MIT license and the Apache License
- This crate implements the standard according to the RFC 7159 and ECMA-404 documents
- Documentation available
Categories
JSONLicense
Apache License V2.0Follow json-rust
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of json-rust!