From 58499031a4c933275e6b35b8258a1fa6f5982744 Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Thu, 19 Feb 2015 11:29:13 -0600 Subject: [PATCH] fix all cases from issue -- all pass! --- src/lib_json/json_reader.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib_json/json_reader.cpp b/src/lib_json/json_reader.cpp index d2ae914..d86ac88 100644 --- a/src/lib_json/json_reader.cpp +++ b/src/lib_json/json_reader.cpp @@ -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.