Skip to content

Commit

Permalink
docs: Add minified json hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzel394 committed May 1, 2024
1 parent b7ac8e8 commit 1c2fe2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ The following schemas are valid:
* Array indices: `expo.android.imageAssets.0.uri`, `expo.android.imageAssets.3.uri`, `expo.android.imageAssets.[3].uri`
* Escaping: `expo.android.tests.\0.name` -> Will not create an array but a key with the name `0`

Please note: JSON(fly) is intended to be used with **human-readable** JSON files. Inserting keys won't work with minified JSON files.

## See also

* [jsonpath.nvim](https://github.com/phelipetls/jsonpath.nvim) - Copy JSON paths to your clipboard
Expand Down

0 comments on commit 1c2fe2b

Please sign in to comment.