Skip to content

Commit 458e575

Browse files
18stepsphadej
authored andcommittedMar 4, 2019
Add tolerant option to documentation.
1 parent 3d17e49 commit 458e575

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ features helping writing JSON by hand.
3232
You could pass a reviver function or an options object as the second argument. Supported options:
3333
- `reviver`: you could still pass a reviver
3434
- `relaxed`: use relaxed version of JSON (default: true)
35-
- `warnings`: use relaxed JSON own parser, supports better error messages (default: false).
35+
- `warnings`: use relaxed JSON own parser, supports better error messages (default: false)
36+
- `tolerant`: wait until the end to throw errors
3637
- `duplicate`: fail if there are duplicate keys in objects
3738

3839
## Executable

0 commit comments

Comments
 (0)
Please sign in to comment.