Open GoogleCodeExporter opened 8 years ago
Resolved with version 0.8.3
Original comment by stefan.g...@gmail.com
on 19 Sep 2007 at 5:39
Does not work for me neither in 0.8.1; nor in 0.9.1 (which are publicly
available in maven repository).
This is the JSON file.
{"resultMap":{
"accessPoint.uri":"https://xxx",
"accessPoint.password":"yyy",
"accessPoint.username":"zzz",
"accessPoint.category.name":"URL"
}}
And this is the piece of code that ends on an exception.
this.url = JsonPath.read(json, "$.resultMap.'accessPoint.uri'");
The exception is:
Exception in thread "main" com.jayway.jsonpath.PathNotFoundException: Path
''accessPoint' not found in the current context:
Original comment by petr.pan...@gmail.com
on 11 Sep 2014 at 1:22
ftrrrttrr
Original comment by ritesh.p...@gmail.com
on 22 May 2015 at 4:00
ddddddd
Original comment by ritesh.p...@gmail.com
on 22 May 2015 at 4:01
Original issue reported on code.google.com by
stefan.g...@gmail.com
on 19 Sep 2007 at 1:11