mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-15 07:14:45 +02:00
Allow trailing comma in arrays if dropped null placeholders are not allowed
This commit is contained in:

committed by
Christopher Dunn

parent
01db7b7430
commit
554d961625
1
test/data/fail_test_array_02.json
Normal file
1
test/data/fail_test_array_02.json
Normal file
@@ -0,0 +1 @@
|
||||
[1,,]
|
2
test/data/test_array_08.expected
Normal file
2
test/data/test_array_08.expected
Normal file
@@ -0,0 +1,2 @@
|
||||
.=[]
|
||||
.[0]=1
|
1
test/data/test_array_08.json
Normal file
1
test/data/test_array_08.json
Normal file
@@ -0,0 +1 @@
|
||||
[1,]
|
Reference in New Issue
Block a user