Skip to content

Commit

Permalink
fix all cases from issue -- all pass!
Browse files Browse the repository at this point in the history
  • Loading branch information
cdunn2001 committed Feb 19, 2015
1 parent 2c8c1ac commit 5849903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib_json/json_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5849903

Please sign in to comment.