forked from bblanchon/ArduinoJson
Added links to the ArduinoJson assistant (issue #513)
This commit is contained in:
@ -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
|
||||
-------------
|
||||
|
Reference in New Issue
Block a user