JsonPath<T>.fromJson constructor
JsonPath<T>.fromJson (
- dynamic json
Implementation
factory JsonPath.fromJson(json) => JsonPath<T>.parsed("$json");
factory JsonPath.fromJson(json) => JsonPath<T>.parsed("$json");