Skip to content

Commit

Permalink
Go json-iter configurable MaxDepth (#39)
Browse files Browse the repository at this point in the history
Document Go json-iter's configurable max depth limit via `Config.MaxDepth`

json-iterator/go#418
  • Loading branch information
bbrks authored and lovasoa committed Nov 13, 2019
1 parent 11f083a commit f8f3dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -67,7 +67,7 @@ C | [jansson](https://jansson.readthedocs.io/) |
javascript | `JSON.parse` | 5713 | 11.4 KB |
java | [Jackson](https://github.com/FasterXML/jackson-core) | 6373 | 13 KB |
java | [Gson](https://github.com/google/gson) | 6901 | 14 KB |
go | [json-iterator](https://github.com/json-iterator/go) | 10002 | 20 KB | hardcoded 10,000 depth constant
go | [json-iterator](https://github.com/json-iterator/go) | 10002 | 20 KB | configurable (`Config.MaxDepth`)
D | [`std.json`](https://dlang.org/phobos/std_json.html) | 37373 | 74.7 KB | segfaults
C++ | [RapidJSON](http://rapidjson.org/) | 87289 | 175 KB | segfaults
Nim | [json](https://nim-lang.org/docs/json.html) | 104750 | 209 KB | segfaults
Expand Down

0 comments on commit f8f3dbc

Please sign in to comment.