mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-30 02:37:35 +02:00
Merge pull request #30 from ivankravets/patch-2
Avoid trademark issues with library name
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "Arduino-Json",
|
"name": "Json",
|
||||||
"keywords": "json, rest, http, web",
|
"keywords": "json, rest, http, web",
|
||||||
"description": "An elegant and efficient JSON library for embedded systems",
|
"description": "An elegant and efficient JSON library for embedded systems",
|
||||||
"repository":
|
"repository":
|
||||||
@ -7,9 +7,11 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/bblanchon/ArduinoJson.git"
|
"url": "https://github.com/bblanchon/ArduinoJson.git"
|
||||||
},
|
},
|
||||||
"author":
|
"authors":
|
||||||
{
|
{
|
||||||
"name": "Benoit Blanchon",
|
"name": "Benoit Blanchon",
|
||||||
"url": "http://blog.benoitblanchon.fr"
|
"url": "http://blog.benoitblanchon.fr"
|
||||||
}
|
},
|
||||||
|
"frameworks": "arduino",
|
||||||
|
"platforms": "atmelavr"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user