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 2
2
3
3
# json-rust
4
4
5
- Parse and serialize JSON with ease.
5
+ Parse and serialize [ JSON] ( http://json.org/ ) with ease.
6
6
7
7
** [ Complete Documentation] ( http://terhix.com/doc/json/ ) - [ Cargo] ( https://crates.io/crates/json ) - [ Repository] ( https://github.com/maciejhirsz/json-rust ) **
8
8
9
- # Why?
9
+ ## Why?
10
10
11
11
JSON is a very loose format where anything goes - arrays can hold mixed
12
12
types, object keys can change types between API calls or not include
Original file line number Diff line number Diff line change 1
1
//! 
2
2
//!
3
- //! # JSON in Rust
3
+ //! # json-rust
4
4
//!
5
- //! Parse and serialize JSON with ease.
5
+ //! Parse and serialize [ JSON](http://json.org/) with ease.
6
6
//!
7
7
//! **[Complete Documentation](http://terhix.com/doc/json/) - [Cargo](https://crates.io/crates/json) - [Repository](https://github.com/maciejhirsz/json-rust)**
8
8
//!
9
- //! # Why?
9
+ //! ## Why?
10
10
//!
11
11
//! JSON is a very loose format where anything goes - arrays can hold mixed
12
12
//! types, object keys can change types between API calls or not include
You can’t perform that action at this time.
0 commit comments