From 636064c3bc37598d02f79aad039285631059223b Mon Sep 17 00:00:00 2001 From: bigbug Date: Tue, 8 Jun 2021 14:02:07 +0200 Subject: [PATCH] Fix for resetting stack stack --- JsonStreamingParser.cpp | 1 + library.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/JsonStreamingParser.cpp b/JsonStreamingParser.cpp index cfc71d1..e6a336d 100644 --- a/JsonStreamingParser.cpp +++ b/JsonStreamingParser.cpp @@ -35,6 +35,7 @@ void JsonStreamingParser::reset() { unicodeEscapeBufferPos = 0; unicodeBufferPos = 0; characterCounter = 0; + stackPos = 0; } void JsonStreamingParser::setListener(JsonListener* listener) { diff --git a/library.json b/library.json index 14b6b27..f1f9ab9 100644 --- a/library.json +++ b/library.json @@ -10,7 +10,7 @@ "name": "Daniel Eichhorn", "url": "http://blog.squix.ch" }, - "version": "1.0.5", + "version": "1.0.6", "frameworks": "arduino", "platforms": "*", "examples": [