Skip to content

Commit

Permalink
Fix the remove issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed May 4, 2021
1 parent 43c4b16 commit 3cef40b
Show file tree
Hide file tree
Showing 5 changed files with 3,589 additions and 3,551 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The Json Parser/Editor Arduino library.


The easiest Arduino library JSON parser, builder and editor, v 2.3.13.
The easiest Arduino library JSON parser, builder and editor, v 2.3.14.

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

Expand Down Expand Up @@ -1566,7 +1566,7 @@ bool getJSON(FirebaseJson &json);

The MIT License (MIT)

Copyright (c) 2019 K. Suwatchai (Mobizt)
Copyright (c) 2021 K. Suwatchai (Mobizt)

Copyright (c) 2012–2018, Serge Zaitsev, [email protected]

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": ["espressif8266", "espressif32","teensy", "atmelsam","ststm32"],
"version": "2.3.13"
"version": "2.3.14"
}
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.3.13
version=2.3.14

author=Mobizt

Expand Down
Loading

0 comments on commit 3cef40b

Please sign in to comment.