Added links to the ArduinoJson assistant (issue #513)

This commit is contained in:
Benoit Blanchon
2017-05-27 15:31:47 +02:00
parent 7415f206ea
commit 574c00c096
7 changed files with 24 additions and 13 deletions

View File

@ -58,6 +58,8 @@ double longitude = root["data"][1];
[See JsonParserExample.ino](examples/JsonParserExample/JsonParserExample.ino)
Use [ArduinoJson Assistant](https://bblanchon.github.io/ArduinoJson/assistant/) to compute the buffer size.
#### Encoding / Generating
```c++
@ -78,6 +80,8 @@ root.printTo(Serial);
[See JsonGeneratorExample.ino](examples/JsonGeneratorExample/JsonGeneratorExample.ino)
Use [ArduinoJson Assistant](https://bblanchon.github.io/ArduinoJson/assistant/) to compute the buffer size.
Documentation
-------------