Dart implementation of JsonPath strictly follows the RFC standard. Currently the documentation references a non-standard implementation with non-standard syntax (e.g. [?(@.size in ['M', 'L'])]) which is not supported by the Dart json_path package. This is confusing FF developers. This PR replaces the old link with the link to the current fully supported RFC standard.
Description
Dart implementation of JsonPath strictly follows the RFC standard. Currently the documentation references a non-standard implementation with non-standard syntax (e.g.
[?(@.size in ['M', 'L'])]
) which is not supported by the Dart json_path package. This is confusing FF developers. This PR replaces the old link with the link to the current fully supported RFC standard.Type of change