fix all cases from issue -- all pass!

This commit is contained in:
Christopher Dunn 2015-02-19 11:29:13 -06:00
parent 2c8c1ac0ec
commit 58499031a4

View File

@ -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.