Skip to content

Commit feccd83

Browse files
committed
0.6.1 doc updates
1 parent d8adcc9 commit feccd83

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
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

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

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
//! ![](http://terhix.com/doc/json-rust-logo-small.png)
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

0 commit comments

Comments
 (0)