JsonPath<T>.fromJson constructor

JsonPath<T>.fromJson(
  1. dynamic json
)

Implementation

factory JsonPath.fromJson(json) => JsonPath<T>.parsed("$json");