Updated Quick Start (markdown)

Peter Polidoro
2015-10-27 14:00:15 -04:00
parent 8eb8581fcf
commit 15af38b089

@@ -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)