8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e5ea91 commit d460b59Copy full SHA for d460b59
CHANGELOG.md
@@ -4,9 +4,9 @@ Arduino JSON: change log
4
v3.1
5
----
6
7
-* Calling `Generator::JsonObject.add()` twice with the same `key` now replaces the `value`
8
-* Added `Generator::JsonObject.operator[]`, see bellow the new API
9
-* Added `Generator::JsonObject.remove()`
+* Calling `Generator::JsonObject::add()` twice with the same `key` now replaces the `value`
+* Added `Generator::JsonObject::operator[]`, see bellow the new API
+* Added `Generator::JsonObject::remove()`
10
11
Old generator API:
12
0 commit comments