Update links - the Decoding and Encoding pages have been moved from the wiki

per1234
2017-06-19 02:27:23 -07:00
parent f42147e09e
commit d870be93ec

@@ -15,7 +15,7 @@ double latitude = root["data"][0];
double longitude = root["data"][1];
```
[See complete guide](Decoding-JSON)
[See complete guide](https://bblanchon.github.io/ArduinoJson/doc/decoding/)
#### Encoding / Generating
@@ -35,4 +35,4 @@ root.printTo(Serial);
// {"sensor":"gps","time":1351824120,"data":[48.756080,2.302038]}
```
[See complete guide](Encoding-JSON)
[See complete guide](https://bblanchon.github.io/ArduinoJson/doc/encoding/)