parsing non-strict json, one in which keys are not enclosed in quotes, with Java

Posted by Nishan on Stack Overflow See other posts from Stack Overflow or by Nishan
Published on 2010-06-07T23:22:18Z Indexed on 2010/06/08 15:52 UTC
Read the original article Hit count: 163

Filed under:
|
|

I am trying to parse a string which in JSON format only that keys are not enclosed in quotes. I can very well parse this string in Javascript, but can not find a Java API which will help me parse this. All the APIs I tried assumes strict JSON format.

Can anyone suggest a library which has an option to parse this, or a whole new approach to the problem (say like use regex instead) ?

© Stack Overflow or respective owner

Related posts about java

Related posts about JavaScript