Skip to content

ArduinoJson 2.0

Compare
Choose a tag to compare
@bblanchon bblanchon released this 09 Jul 18:57

Changes compared to 1.2:

  • Added JSON encoding.

Breaking change: you need to add the following line at the top of your program.

using namespace ArduinoJson::Parser;