docs: Add minified json hint

This commit is contained in:
Myzel394 2024-05-01 22:34:58 +02:00
parent b7ac8e81ed
commit 1c2fe2b24c
No known key found for this signature in database
GPG Key ID: DEC4AAB876F73185

View File

@ -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` * 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` * 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 ## See also
* [jsonpath.nvim](https://github.com/phelipetls/jsonpath.nvim) - Copy JSON paths to your clipboard * [jsonpath.nvim](https://github.com/phelipetls/jsonpath.nvim) - Copy JSON paths to your clipboard