read abstract method
Reads the given json
object returning an Iterable of all matches found.
Implementation
Iterable<JsonPathMatch> read(json);
Reads the given json
object returning an Iterable of all matches found.
Iterable<JsonPathMatch> read(json);