@@ -20,7 +20,7 @@ ArduinoJson is a C++ JSON library for Arduino and IoT (Internet Of Things).
20
20
* [ 100% code coverage] ( https://coveralls.io/github/bblanchon/ArduinoJson )
21
21
* [ Header-only library] ( https://en.wikipedia.org/wiki/Header-only )
22
22
* [ MIT License] ( https://en.wikipedia.org/wiki/MIT_License )
23
- * [ Comprehensive documentation] ( https://arduinojson.org )
23
+ * [ Comprehensive documentation] ( https://arduinojson.org?utm_source=readme )
24
24
25
25
## Compatibility
26
26
@@ -69,7 +69,7 @@ double latitude = root["data"][0];
69
69
double longitude = root[" data" ][1 ];
70
70
```
71
71
72
- See the [ tutorial on arduinojson.org] ( http ://arduinojson.org/doc/decoding/)
72
+ See the [ tutorial on arduinojson.org] ( https ://arduinojson.org/doc/decoding/?utm_source=readme )
73
73
74
74
### Serialization
75
75
@@ -91,17 +91,20 @@ root.printTo(Serial);
91
91
// {"sensor":"gps","time":1351824120,"data":[48.756080,2.302038]}
92
92
```
93
93
94
- See the [ tutorial on arduinojson.org] ( http ://arduinojson.org/doc/encoding/)
94
+ See the [ tutorial on arduinojson.org] ( https ://arduinojson.org/doc/encoding/?utm_source=readme )
95
95
96
96
## Documentation
97
97
98
- The documentation is available on [ arduinojson.org] ( https://arduinojson.org/ ) , here are some shortcuts:
98
+ The documentation is available on [ arduinojson.org] ( https://arduinojson.org/?utm_source=readme ) , here are some shortcuts:
99
99
100
- * The [ Examples] ( https://arduinojson.org/example/ ) show how to use the library in various situations.
101
- * The [ API Reference] ( https://arduinojson.org/api/ ) contains the description of each class and function.
102
- * The [ FAQ] ( https://arduinojson.org/faq/ ) has the answer to virtually all questions .
103
- * The [ ArduinoJson Assistant] ( https://arduinojson.org/assistant/ ) writes programs for you!
100
+ * The [ Examples] ( https://arduinojson.org/example/?utm_source=readme ) show how to use the library in various situations.
101
+ * The [ API Reference] ( https://arduinojson.org/api/?utm_source=readme ) contains the description of each class and function.
102
+ * The [ FAQ] ( https://arduinojson.org/faq/?utm_source=readme ) has the answer to virtually every question .
103
+ * The [ ArduinoJson Assistant] ( https://arduinojson.org/assistant/?utm_source=readme ) writes programs for you!
104
104
105
105
---
106
106
107
- Do you like this library? Please [ star this project on GitHub] ( https://github.com/bblanchon/ArduinoJson/stargazers ) !
107
+ Do you like this library? Please [ star this project on GitHub] ( https://github.com/bblanchon/ArduinoJson/stargazers ) !
108
+
109
+ What? You don't like it but you * love* it?
110
+ We don't take donations anymore, but [ we sell a book] ( https://arduinojson.org/book/?utm_source=readme ) , so you can help and learn at the same time!
0 commit comments