We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c5ddc commit 5b70678Copy full SHA for 5b70678
README.md
@@ -14,7 +14,7 @@
14
- Also strips trailing comma at the end of array or object, eg:
15
- `[1,2,,]` => `[1,2]`
16
- `{"x":1,,}` => `{"x":1}`
17
-- Handles literal LF (newline/linefeed) within string notation
+- Handles literal LF (newline/linefeed) within string notation so that we can have multiline string
18
19
## Installation
20
```bash
0 commit comments