2014-11-11 18:09:58 +01:00
{
2016-08-24 14:44:10 +03:00
"name" : "ArduinoJson" ,
2014-11-11 18:09:58 +01:00
"keywords" : "json, rest, http, web" ,
2023-04-11 10:03:47 +02:00
"description" : "A simple and efficient JSON library for embedded C++. ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ 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" ,
2015-12-22 23:43:44 +01:00
"repository" : {
2014-11-11 18:09:58 +01:00
"type" : "git" ,
"url" : "https://github.com/bblanchon/ArduinoJson.git"
},
2023-03-28 14:45:55 +02:00
"version" : "7.0.0-alpha" ,
2015-12-22 23:43:44 +01:00
"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
},
2015-12-22 23:43:44 +01:00
"exclude" : [
2020-03-23 11:02:58 +01:00
".github" ,
"extras"
2015-12-22 23:43:44 +01:00
],
2021-02-15 09:49:56 +01:00
"frameworks" : "*" ,
2021-05-01 08:11:34 -04:00
"platforms" : "*" ,
"build" : {
"libArchive" : false
}
2015-12-22 23:43:44 +01:00
}