* Added JSON encoding. * Renamed the library `ArduinoJsonParser` becomes `ArduinoJson`
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;