stleary / JSON-Java-unit-test

Junit test harness to validate the JSON-Java GitHub project code.
Apache License 2.0
28 stars 45 forks source link

Add JsonPath support #15

Closed stleary closed 8 years ago

stleary commented 9 years ago

Use Jayway JsonPath. Probably keep the existing test utils as well.

stleary commented 8 years ago

JsonPath now supports org.json v20151123! See http://mvnrepository.com/artifact/com.jayway.jsonpath/json-path/2.1.0

stleary commented 8 years ago

Completed. See https://github.com/stleary/JSON-Java-unit-test/pull/31