Skip to content

ArduinoJson 5.2.0

Compare
Choose a tag to compare
@bblanchon bblanchon released this 16 Apr 14:22

Changes since v5.1.1

  • Added JsonVariant::as<char*>() as a synonym for JsonVariant::as<const char*>() (issue #257)
  • Added example JsonHttpClient (issue #256)
  • Added JsonArray::copyTo() and JsonArray::copyFrom() (issue #254)
  • Added RawJson() to insert pregenerated JSON portions (issue #259)

Which package to download?

If you are running the official Arduino IDE, download ArduinoJson-v5.2.0.zip.
You can also use the library manager from the IDE, it will download the library for you.

If you are running an alternative IDE (like Energia or Stino), download ArduinoJson-v5.2.0-old-layout.zip
This package has the legacy library layout that was supported by older versions of the Arduino IDE.