Files
ArduinoJson/library.json

25 lines
852 B
JSON
Raw Normal View History

2014-11-11 18:09:58 +01:00
{
"name": "ArduinoJson",
2014-11-11 18:09:58 +01:00
"keywords": "json, rest, http, web",
2020-03-23 11:02:58 +01:00
"description": "A simple and efficient JSON library for embedded C++. ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.",
2018-01-15 10:22:04 +01:00
"homepage": "https://arduinojson.org/?utm_source=meta&utm_medium=library.json",
"repository": {
2014-11-11 18:09:58 +01:00
"type": "git",
"url": "https://github.com/bblanchon/ArduinoJson.git"
},
2022-04-05 10:53:11 +02:00
"version": "6.19.4",
"authors": {
2014-11-11 18:09:58 +01:00
"name": "Benoit Blanchon",
2017-01-22 18:08:32 +01:00
"url": "https://blog.benoitblanchon.fr"
2014-11-11 18:09:58 +01:00
},
"exclude": [
2020-03-23 11:02:58 +01:00
".github",
"extras"
],
"frameworks": "*",
"platforms": "*",
"build": {
"libArchive": false
}
}