Allow for this:
get("/somthing").path("some.value[0]"); // Use Xml or Json parsing dependent on
response content-type
get("/somthing").jsonPath("some.value[0]"); // Force use of JsonPath, returns T
get("/somthing").jsonPath().getInt("some.value[0]"); // jsonPath simply returns
a JsonPath instance
Original issue reported on code.google.com by johan.ha...@gmail.com on 4 Oct 2011 at 9:46
Original issue reported on code.google.com by
johan.ha...@gmail.com
on 4 Oct 2011 at 9:46