mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-06-11 10:42:14 +02:00
fix all cases from issue -- all pass!
This commit is contained in:
parent
2c8c1ac0ec
commit
58499031a4
@ -1161,6 +1161,7 @@ bool OurReader::readValue() {
|
|||||||
break;
|
break;
|
||||||
case tokenArraySeparator:
|
case tokenArraySeparator:
|
||||||
case tokenObjectEnd:
|
case tokenObjectEnd:
|
||||||
|
case tokenArrayEnd:
|
||||||
if (features_.allowDroppedNullPlaceholders_) {
|
if (features_.allowDroppedNullPlaceholders_) {
|
||||||
// "Un-read" the current token and mark the current value as a null
|
// "Un-read" the current token and mark the current value as a null
|
||||||
// token.
|
// token.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user