@@ -25,7 +25,7 @@ Features
2525* Small footprint
2626* Header-only library
2727* MIT License
28- * [ Comprehensive documentation] ( http ://arduinojson.org)
28+ * [ Comprehensive documentation] ( https ://arduinojson.org)
2929
3030Works on
3131--------
@@ -59,9 +59,9 @@ double latitude = root["data"][0];
5959double longitude = root[" data" ][1 ];
6060```
6161
62- [ See JsonParserExample.ino] ( http ://arduinojson.org/example/parser/)
62+ [ See JsonParserExample.ino] ( https ://arduinojson.org/example/parser/)
6363
64- Use [ ArduinoJson Assistant] ( http ://arduinojson.org/assistant/) to compute the buffer size.
64+ Use [ ArduinoJson Assistant] ( https ://arduinojson.org/assistant/) to compute the buffer size.
6565
6666#### Encoding / Generating
6767
@@ -81,17 +81,17 @@ root.printTo(Serial);
8181// {"sensor":"gps","time":1351824120,"data":[48.756080,2.302038]}
8282```
8383
84- [ See JsonGeneratorExample.ino] ( http ://arduinojson.org/example/generator/)
84+ [ See JsonGeneratorExample.ino] ( https ://arduinojson.org/example/generator/)
8585
86- Use [ ArduinoJson Assistant] ( http ://arduinojson.org/assistant/) to compute the buffer size.
86+ Use [ ArduinoJson Assistant] ( https ://arduinojson.org/assistant/) to compute the buffer size.
8787
8888
8989Documentation
9090-------------
9191
92- The documentation is available online in the [ ArduinoJson Website] ( http ://arduinojson.org/) .
92+ The documentation is available online in the [ ArduinoJson Website] ( https ://arduinojson.org/) .
9393
94- The [ ArduinoJson Assistant] ( http ://arduinojson.org/assistant/) helps you get started with the library.
94+ The [ ArduinoJson Assistant] ( https ://arduinojson.org/assistant/) helps you get started with the library.
9595
9696
9797Donators
0 commit comments