mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
f75280ac9c
* Checks for issue 150. We run through the test files with sanitizers on. * Fix for issue 150: the remaining issues were an overrun on the depth capacity and an "off-by-1" overrun on tape capacity. * Improving makefile. * Safer git submodule command. * Getting get 'git' on circleci
10 lines
167 B
JSON
10 lines
167 B
JSON
{
|
|
"a": "b",
|
|
"b": true,
|
|
"obj": { "a": "c" },
|
|
"undef": null,
|
|
"c": false,
|
|
"int": -1,
|
|
"lVst": [1, 2, 0, 3,
|
|
4, -6 ],
|
|
"ob |