You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the [tutorial on arduinojson.org](https://arduinojson.org/doc/encoding/?utm_source=readme)
94
+
See the [tutorial on arduinojson.org](https://arduinojson.org/doc/encoding/?utm_source=github&utm_medium=readme)
95
95
96
96
## Documentation
97
97
98
-
The documentation is available on [arduinojson.org](https://arduinojson.org/?utm_source=readme), here are some shortcuts:
98
+
The documentation is available on [arduinojson.org](https://arduinojson.org/?utm_source=github&utm_medium=readme), here are some shortcuts:
99
99
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!
100
+
* The [Examples](https://arduinojson.org/example/?utm_source=github&utm_medium=readme) show how to use the library in various situations.
101
+
* The [API Reference](https://arduinojson.org/api/?utm_source=github&utm_medium=readme) contains the description of each class and function.
102
+
* The [FAQ](https://arduinojson.org/faq/?utm_source=github&utm_medium=readme) has the answer to virtually every question.
103
+
* The [ArduinoJson Assistant](https://arduinojson.org/assistant/?utm_source=github&utm_medium=readme) writes programs for you!
104
104
105
105
---
106
106
107
107
Do you like this library? Please [star this project on GitHub](https://github.com/bblanchon/ArduinoJson/stargazers)!
108
108
109
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!
110
+
We don't take donations anymore, but [we sell a book](https://arduinojson.org/book/?utm_source=github&utm_medium=readme), so you can help and learn at the same time!
sentence=An efficient and elegant JSON library for Arduino.
6
6
paragraph=ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ fixed allocation, ✔ zero-copy, ✔ streams, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.
0 commit comments