File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
33# json-rust
44
5- Parse and serialize JSON with ease.
5+ Parse and serialize [ JSON] ( http://json.org/ ) with ease.
66
77** [ Complete Documentation] ( http://terhix.com/doc/json/ ) - [ Cargo] ( https://crates.io/crates/json ) - [ Repository] ( https://github.com/maciejhirsz/json-rust ) **
88
9- # Why?
9+ ## Why?
1010
1111JSON is a very loose format where anything goes - arrays can hold mixed
1212types, object keys can change types between API calls or not include
Original file line number Diff line number Diff line change 11//! 
22//!
3- //! # JSON in Rust
3+ //! # json-rust
44//!
5- //! Parse and serialize JSON with ease.
5+ //! Parse and serialize [ JSON](http://json.org/) with ease.
66//!
77//! **[Complete Documentation](http://terhix.com/doc/json/) - [Cargo](https://crates.io/crates/json) - [Repository](https://github.com/maciejhirsz/json-rust)**
88//!
9- //! # Why?
9+ //! ## Why?
1010//!
1111//! JSON is a very loose format where anything goes - arrays can hold mixed
1212//! types, object keys can change types between API calls or not include
You can’t perform that action at this time.
0 commit comments