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" ,
2024-12-29 17:15:57 +01:00
"description" : "A simple and efficient JSON library for embedded C++. ⭐ 6785 stars on GitHub! Supports serialization, deserialization, MessagePack, streams, filtering, and more. Fully tested and documented." ,
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"
} ,
2024-12-29 17:15:57 +01:00
"version" : "7.3.0" ,
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
} ,
2024-01-04 18:01:52 +01:00
"export" : {
"include" : [ "src" , "examples" , "LICENSE.txt" , "ArduinoJson.h" ]
} ,
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
}