diff --git a/library.json b/library.json new file mode 100644 index 00000000..608f5e79 --- /dev/null +++ b/library.json @@ -0,0 +1,17 @@ +{ + "name": "Json", + "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" + }, + "authors": + { + "name": "Benoit Blanchon", + "url": "http://blog.benoitblanchon.fr" + }, + "frameworks": "arduino", + "platforms": "atmelavr" +} \ No newline at end of file