Skip to content

Commit 1027827

Browse files
authored
docs: subjson support [ci skip][skip ci]
1 parent 2b34020 commit 1027827

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- `[1,2,,]` => `[1,2]`
2020
- `{"x":1,,}` => `{"x":1}`
2121
- 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)
2223

2324
## Installation
2425
```bash

0 commit comments

Comments
 (0)