Closed GoogleCodeExporter closed 9 years ago
Your slash is escaped by Java in this example. The correct code should be the
following:
JSONObject jsonObject = (JSONObject) JSONValue.parse( "{\"path\" :
\"C:\\\\nothing.png\"}" );
Original comment by fangyid...@gmail.com
on 15 Sep 2014 at 8:12
Original issue reported on code.google.com by
tobiasba...@gmail.com
on 4 Sep 2014 at 9:26