Skip to content

Commit

Permalink
Fix multiple root elements parsing error and reset FirebaseJsonData w…
Browse files Browse the repository at this point in the history
…hen parsing was failed
  • Loading branch information
mobizt committed Feb 10, 2020
1 parent 849a65d commit 1946670
Show file tree
Hide file tree
Showing 5 changed files with 301 additions and 143 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The Firebase Json Arduino library for ESP8266/ESP32.


The easiest Arduino library JSON parser, builder and editor, v 2.2.9.
The easiest Arduino library JSON parser, builder and editor, v 2.3.1.

FirebaseJson doesn't use the recursive call to parse or deserialize complex or nested JSON objects and arrays.

Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
},
"frameworks": "arduino",
"platforms": "*",
"version": "2.2.9"
"version": "2.3.1"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name=FirebaseJson

version=2.2.9
version=2.3.1

author=Mobizt

Expand Down
Loading

0 comments on commit 1946670

Please sign in to comment.