Skip to content

ArduinoJson 5.7.3

Compare
Choose a tag to compare
@bblanchon bblanchon released this 10 Dec 15:02

Changes since 5.7.2

  • 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)

View version history