json/test
Niels Lohmann 7d51214045
implemented exception-free parser #458 #582
You can now pass a boolean "allow_exceptions" to the parse functions. If it is false, no exceptions are thrown in case of a parse error. Instead, parsing is stopped at the first error and a JSON value of type "discarded" (check with is_discarded()) is returned.
2017-07-27 20:33:11 +02:00
..
data 🐛 fix for #656 2017-07-17 07:53:02 +02:00
reports added fuzzing results 2016-10-02 11:23:47 +02:00
src implemented exception-free parser #458 #582 2017-07-27 20:33:11 +02:00
thirdparty ⬆️ Catch v1.9.6 2017-07-08 12:11:45 +02:00
CMakeLists.txt 🔨 further cleanup 2017-07-22 13:35:04 +02:00
Makefile ⬆️ Catch v1.9.5 2017-06-20 20:13:56 +02:00