fangyidong / json-simple

A simple Java toolkit for JSON. You can use json-simple to encode or decode JSON text.
Apache License 2.0
745 stars 339 forks source link

Patch for /trunk/src/main/java/org/json/simple/parser/ParseException.java #68

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Made subclass of RuntimeException instead of Exception to avoid obligation to 
use try-catch

Original issue reported on code.google.com by stevenroose on 28 Mar 2012 at 7:58

Attachments:

loegering commented 7 years ago

I just want to note that this issue has been addressed in my fork (which is fully compatible with this library if you're using java 7+). You can find more details about it here: https://cliftonlabs.github.io/json-simple/