We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b34020 commit 1027827Copy full SHA for 1027827
README.md
@@ -19,6 +19,7 @@
19
- `[1,2,,]` => `[1,2]`
20
- `{"x":1,,}` => `{"x":1}`
21
- Handles literal LF (newline/linefeed) within string notation so that we can have multiline string
22
+- Supports JSON string inside JSON string (see ticket #15 and PR #16)
23
24
## Installation
25
```bash
0 commit comments