forked from bblanchon/ArduinoJson
Merge pull request #27 from ivankravets/patch-1
PlatformIO-based manifest file
This commit is contained in:
15
library.json
Normal file
15
library.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user