Fix small JSON bugs, bring in test suite
Just decided to "harden" the JSON parser a little bit with the test suite from https://github.com/nst/JSONTestSuite. Now I'm pretty sure that we can handle whatever JSON docker throws at us.
This commit is contained in:
parent
9ef5515f01
commit
8a60f89110
128 changed files with 231 additions and 19 deletions
1
resources/json/y_array_with_several_null.json
Executable file
1
resources/json/y_array_with_several_null.json
Executable file
|
|
@ -0,0 +1 @@
|
|||
[1,null,null,null,2]
|
||||
Loading…
Add table
Add a link
Reference in a new issue