mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-02-25 07:41:07 +01: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;
|
||||
case tokenArraySeparator:
|
||||
case tokenObjectEnd:
|
||||
case tokenArrayEnd:
|
||||
if (features_.allowDroppedNullPlaceholders_) {
|
||||
// "Un-read" the current token and mark the current value as a null
|
||||
// token.
|
||||
|
Loading…
x
Reference in New Issue
Block a user