mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-09-25 22:40:56 +02:00
Update links - the Decoding and Encoding pages have been moved from the wiki
@@ -15,7 +15,7 @@ double latitude = root["data"][0];
|
|||||||
double longitude = root["data"][1];
|
double longitude = root["data"][1];
|
||||||
```
|
```
|
||||||
|
|
||||||
[See complete guide](Decoding-JSON)
|
[See complete guide](https://bblanchon.github.io/ArduinoJson/doc/decoding/)
|
||||||
|
|
||||||
#### Encoding / Generating
|
#### Encoding / Generating
|
||||||
|
|
||||||
@@ -35,4 +35,4 @@ root.printTo(Serial);
|
|||||||
// {"sensor":"gps","time":1351824120,"data":[48.756080,2.302038]}
|
// {"sensor":"gps","time":1351824120,"data":[48.756080,2.302038]}
|
||||||
```
|
```
|
||||||
|
|
||||||
[See complete guide](Encoding-JSON)
|
[See complete guide](https://bblanchon.github.io/ArduinoJson/doc/encoding/)
|
Reference in New Issue
Block a user