Files
thirdparty-ArduinoJson/library.json
2017-04-20 10:26:40 +02:00

22 lines
475 B
JSON

{
"name": "ArduinoJson",
"keywords": "json, rest, http, web",
"description": "An elegant and efficient JSON library for embedded systems",
"repository": {
"type": "git",
"url": "https://github.com/bblanchon/ArduinoJson.git"
},
"version": "5.8.4",
"authors": {
"name": "Benoit Blanchon",
"url": "https://blog.benoitblanchon.fr"
},
"exclude": [
"scripts",
"test",
"third-party"
],
"frameworks": "arduino",
"platforms": "*"
}