FlutterFlow / flutterflow-documentation

20 stars 41 forks source link

Refer to the JsonPath RFC definition #194

Closed f3ath closed 2 weeks ago

f3ath commented 3 weeks ago

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

stackblitz[bot] commented 3 weeks ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

leighajarett commented 2 weeks ago

Thanks so much for adding!