mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-10 08:32:29 +02:00
fix all cases from issue -- all pass!
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user