Skip to content

Commit 33186c4

Browse files
authored
Link to json.rs for benchmarks
1 parent c379d33 commit 33186c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ crate. It is definitely one of them now.
119119

120120
While this crate doesn't provide a way to parse JSON to native Rust structs, it does a
121121
lot to optimize it's performance for DOM parsing, stringifying and manipulation. It does
122-
[very well in benchmarks](https://github.com/serde-rs/json-benchmark), in some cases it
122+
[very well in benchmarks](http://json.rs/), in some cases it
123123
can even outperform parsing to structs.
124124

125125
This crate implements the standard according to the [

0 commit comments

Comments
 (0)