rest-assured / rest-assured

Java DSL for easy testing of REST services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JsonPath

alexec opened this issue · comments

I'm writing a PoC to migrate Karate tests to RestAssured. These tests use JSON path rather than GPath.

How can I bridge the gap?

@alexec do you mean you’re writing an automated converter?

If you’re converting the tests ‘manually’ you should be good, GPath is pretty badly documented but powerful enough to do pretty much everything that JsonPath does.

If you’re looking for an automatic converter, I don’t think such a thing exists…