Given this JSON : {"test":null}
JsonPath.read(json, "test") returns null
JsonPath.read(json, "nonExistingProperty") returns null
JsonPath.read(json, "nonExisting.property") throws a PathNotFoundException
I expect JsonPath.read(json, "nonExistingProperty") to throw a
PathNotFoundException as well, so I can make a difference between my json null
property and properties that does not exist.
Original issue reported on code.google.com by romain.f...@gmail.com on 14 Jan 2014 at 8:50
Original issue reported on code.google.com by
romain.f...@gmail.com
on 14 Jan 2014 at 8:50