Open WillAbides opened 3 years ago
This bit of invalid json causes Validate to hang:
https://github.com/nst/JSONTestSuite/blob/master/test_parsing/n_structure_100000_opening_arrays.json
I saw the same behavior while implementing https://github.com/valyala/fastjson/pull/68. Recommend enforcing 500 depth (as global var) for both parse and validate.
This bit of invalid json causes Validate to hang:
https://github.com/nst/JSONTestSuite/blob/master/test_parsing/n_structure_100000_opening_arrays.json