ArduinoJson v5.0.8
* Made the library compatible with [PlatformIO](http://platformio.org/) (issue #181)
* Fixed `JsonVariant::is<bool>()` that was incorrectly returning false (issue #214)

Changes since v5.0.7

  • Made the library compatible with PlatformIO (issue #181)
  • Fixed JsonVariant::is<bool>() that was incorrectly returning false (issue #214)

Which package to download?

If you are running the official Arduino IDE, download ArduinoJson-v5.0.8.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.0.8-old-layout.zip This package has the legacy library layout that was supported by older versions of the Arduino IDE.