ralfstx / minimal-json

A fast and small JSON parser and writer for Java
MIT License
732 stars 186 forks source link

Add support for lenient parsing #109

Open timmyRS opened 5 years ago

timmyRS commented 5 years ago

minimal-json should (optionally) not throw an exception when faced with invalid JSON that can still be parsed by introducing support for "lenient parsing."