mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Added an printTo(char[N]) and prettyPrintTo(char[N]) (issue #292)
This commit is contained in:
@@ -4,6 +4,7 @@ ArduinoJson: change log
|
||||
HEAD
|
||||
----
|
||||
|
||||
* Added an `printTo(char[N])` and `prettyPrintTo(char[N])` (issue #292)
|
||||
* Added ability to set a nested value like this: `root["A"]["B"] = "C"` (issue #352)
|
||||
* Renamed `*.ipp` to `*Impl.hpp` because they were ignored by Arduino IDE (issue #396)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user