add rejectDupKeys feature - not yet impld

This commit is contained in:
Christopher Dunn
2015-03-06 12:18:59 -06:00
parent cada3b951f
commit 527332d5d5
2 changed files with 7 additions and 0 deletions

View File

@@ -320,6 +320,8 @@ public:
- `"failIfExtra": false or true`
- If true, `parse()` returns false when extra non-whitespace trails
the JSON value in the input string.
- `"rejectDupKeys": false or true`
- If true, `parse()` returns false when a key is duplicated within an object.
You can examine 'settings_` yourself
to see the defaults. You can also write and read them just like any