mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-24 06:51:10 +02:00
Updated Quick Start (markdown)
@@ -13,7 +13,7 @@
|
||||
double latitude = root["data"][0];
|
||||
double longitude = root["data"][1];
|
||||
|
||||
[See complete guide](/doc/Decoding JSON.md)
|
||||
[See complete guide](../Decoding-JSON)
|
||||
|
||||
#### Encoding / Generating
|
||||
|
||||
@@ -31,4 +31,4 @@
|
||||
// This prints:
|
||||
// {"sensor":"gps","time":1351824120,"data":[48.756080,2.302038]}
|
||||
|
||||
[See complete guide](/doc/Encoding JSON.md)
|
||||
[See complete guide](../Encoding-JSON)
|
Reference in New Issue
Block a user