Closed GoogleCodeExporter closed 9 years ago
You must escape the backslashes.
Check this tread out
http://stackoverflow.com/questions/3020094/how-should-i-escape-strings-in-json
String json = "{\"text\" : \"skill: \\\"Heuristic Evaluation\\\"\", \"country\"
: \"\"}";
assertEquals("skill: \"Heuristic Evaluation\"", JsonPath.read(json, "$.text"));
Original comment by kalle.st...@gmail.com
on 21 Aug 2013 at 7:46
Original issue reported on code.google.com by
gamler.m...@tut.by
on 31 May 2013 at 12:21