mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-15 23:20:05 +02:00
Allow trailing comma in objects
This commit is contained in:

committed by
Christopher Dunn

parent
d2e6a971f4
commit
01db7b7430
1
test/data/fail_test_object_01.json
Normal file
1
test/data/fail_test_object_01.json
Normal file
@@ -0,0 +1 @@
|
||||
{ "count" : 1234,, }
|
2
test/data/test_object_05.expected
Normal file
2
test/data/test_object_05.expected
Normal file
@@ -0,0 +1,2 @@
|
||||
.={}
|
||||
.count=1234
|
1
test/data/test_object_05.json
Normal file
1
test/data/test_object_05.json
Normal file
@@ -0,0 +1 @@
|
||||
{ "count" : 1234, }
|
Reference in New Issue
Block a user