Allow trailing comma in objects

This commit is contained in:
Jacob Bundgaard
2019-10-16 17:07:41 +02:00
committed by Christopher Dunn
parent d2e6a971f4
commit 01db7b7430
7 changed files with 20 additions and 2 deletions

View File

@@ -299,6 +299,8 @@ public:
* if allowComments is false.
* - `"allowComments": false or true`
* - true if comments are allowed.
* - `"allowTrailingCommas": false or true`
* - true if trailing commas in objects and arrays are allowed.
* - `"strictRoot": false or true`
* - true if root must be either an array or an object value
* - `"allowDroppedNullPlaceholders": false or true`