Campoie / rest-assured

Automatically exported from code.google.com/p/rest-assured
0 stars 0 forks source link

Extract Rest-Assured JsonPath into separate Library #344

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

It appears that the RestAssured JsonPath is much more advanced than the 
standard JsonPath library that you have. Could the two be merged into one going 
forward?

Original issue reported on code.google.com by maher...@gmail.com on 5 Aug 2014 at 11:50

GoogleCodeExporter commented 9 years ago
Do you mean the other JsonPath library provided by Jayway? They are not the 
same, JsonPath in REST Assured follows the Groovy GPath syntax whereas the 
other JsonPath (not maintained by me) follows the json-path de-facto standard. 
They won't be merged since that won't be possible. However REST Assured could 
support the other JsonPath syntax as well once issue 31 is implemented.

Original comment by johan.ha...@gmail.com on 12 Aug 2014 at 5:18