Can we get rid of TypedJson in favor of some standard json libraries? On Thu, Sep 8, 2016 at 9:56 AM, Kirk Lund <kl...@apache.org> wrote:
> To support fixing up unit tests that involve json, I'd like to add in a > dependency on com.jayway.jsonpath:json-path-assert. > > We already have a dependency on com.jayway.jsonpath:json-path (for > spring-hateoas). json-path-assert basically adds some new Hamcrest matchers > for clean assertions involving json. > > I intend to use this in TypedJsonJUnitTest (GEODE-1842) because that > test doesn't currently have assertions(!). > > -Kirk > -- Cheers Jinmei