From dbe6f89ed8524fd9debcfa6ba5c7da8b66772ea4 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 3 Oct 2014 22:06:24 +0300 Subject: [PATCH] PlatformIO-based manifest file Web: http://platformio.ikravets.com/#!/lib/show/Arduino-Json Docs: http://docs.platformio.ikravets.com/en/latest/librarymanager/index.html --- library.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 00000000..8c408933 --- /dev/null +++ b/library.json @@ -0,0 +1,15 @@ +{ + "name": "Arduino-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" + }, + "author": + { + "name": "Benoit Blanchon", + "url": "http://blog.benoitblanchon.fr" + } +}