Skip to content

Commit 5849903

Browse files
committed
fix all cases from issue -- all pass!
1 parent 2c8c1ac commit 5849903

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib_json/json_reader.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,6 +1161,7 @@ bool OurReader::readValue() {
11611161
break;
11621162
case tokenArraySeparator:
11631163
case tokenObjectEnd:
1164+
case tokenArrayEnd:
11641165
if (features_.allowDroppedNullPlaceholders_) {
11651166
// "Un-read" the current token and mark the current value as a null
11661167
// token.

0 commit comments

Comments
 (0)