Skip to content

Commit

Permalink
Fixed issue squix78#4
Browse files Browse the repository at this point in the history
  • Loading branch information
squix78 committed May 31, 2016
1 parent 335d7a0 commit 66ad780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JsonStreamingParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ void JsonStreamingParser::endArray() {
}
myListener->endArray();
state = STATE_AFTER_VALUE;
if (stackPos == -1) {
if (stackPos == 0) {
endDocument();
}
}
Expand Down

0 comments on commit 66ad780

Please sign in to comment.