JSONPath Syntax The JSONPath syntax supported by this library includes some additional features and omits some problematic features (those that make it unportable). In particular, some new operators ...
Testing JSON in Java is painful. Current solutions are either too verbose, hard to read, or give cryptic error messages.