From 1c2fe2b24ce38c02c11af6de4bb59bfdbcf2bd56 Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Wed, 1 May 2024 22:34:58 +0200 Subject: [PATCH] docs: Add minified json hint --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4c6bcfa..d4aa0b1 100644 --- a/README.md +++ b/README.md @@ -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