We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tolerant
1 parent 3d17e49 commit 458e575Copy full SHA for 458e575
README.md
@@ -32,7 +32,8 @@ features helping writing JSON by hand.
32
You could pass a reviver function or an options object as the second argument. Supported options:
33
- `reviver`: you could still pass a reviver
34
- `relaxed`: use relaxed version of JSON (default: true)
35
- - `warnings`: use relaxed JSON own parser, supports better error messages (default: false).
+ - `warnings`: use relaxed JSON own parser, supports better error messages (default: false)
36
+ - `tolerant`: wait until the end to throw errors
37
- `duplicate`: fail if there are duplicate keys in objects
38
39
## Executable
0 commit comments