Fixed JsonObject not inserting keys of type String (fixes #782)

This commit is contained in:
Benoit Blanchon
2018-07-17 10:24:21 +02:00
parent dc13882624
commit 6e4f1dc756
2 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,11 @@
ArduinoJson: change log
=======================
HEAD
----
* Fixed `JsonObject` not inserting keys of type `String` (issue #782)
v6.2.0-beta
-----------