Files
ArduinoJson/library.json
T

18 lines
393 B
JSON
Raw Normal View History

2014-10-03 22:06:24 +03:00
{
2014-10-23 22:27:22 +03:00
"name": "Json",
2014-10-03 22:06:24 +03:00
"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"
},
2014-10-23 22:27:22 +03:00
"authors":
2014-10-03 22:06:24 +03:00
{
"name": "Benoit Blanchon",
"url": "http://blog.benoitblanchon.fr"
2014-10-23 22:27:22 +03:00
},
"frameworks": "arduino",
"platforms": "atmelavr"
2014-10-03 22:06:24 +03:00
}