read abstract method

Iterable<JsonPathMatch> read(
  1. dynamic json
)

Reads the given json object returning an Iterable of all matches found.

Implementation

Iterable<JsonPathMatch> read(json);