From d38cbd374a7cfa57206a3516a35b7794de039a53 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 23 Oct 2014 22:27:22 +0300 Subject: [PATCH] Avoid trademark issues with library name Added frameworks and platforms fields Updated Library Registry: http://platformio.ikravets.com/#!/lib/show/64/Json --- library.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index 8c408933..99312c07 100644 --- a/library.json +++ b/library.json @@ -1,5 +1,5 @@ { - "name": "Arduino-Json", + "name": "Json", "keywords": "json, rest, http, web", "description": "An elegant and efficient JSON library for embedded systems", "repository": @@ -7,9 +7,11 @@ "type": "git", "url": "https://github.com/bblanchon/ArduinoJson.git" }, - "author": + "authors": { "name": "Benoit Blanchon", "url": "http://blog.benoitblanchon.fr" - } + }, + "frameworks": "arduino", + "platforms": "atmelavr" }