File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99Parse and serialize [ JSON] ( http://json.org/ ) with ease.
1010
1111** [ Changelog] ( https://github.com/maciejhirsz/json-rust/releases ) -**
12- ** [ Complete Documentation] ( http ://json .rs/doc /json/) -**
12+ ** [ Complete Documentation] ( https ://docs .rs/json/) -**
1313** [ Cargo] ( https://crates.io/crates/json ) -**
1414** [ Repository] ( https://github.com/maciejhirsz/json-rust ) **
1515
@@ -119,7 +119,7 @@ crate. It is definitely one of them now.
119119
120120While this crate doesn't provide a way to parse JSON to native Rust structs, it does a
121121lot to optimize its performance for DOM parsing, stringifying and manipulation. It does
122- [ very well in benchmarks] ( http ://json. rs/) , in some cases it
122+ [ very well in benchmarks] ( https ://github.com/serde- rs/json-benchmark ) , in some cases it
123123can even outperform parsing to structs.
124124
125125This crate implements the standard according to the [
You can’t perform that action at this time.
0 commit comments