diff --git a/library.json b/library.json index c05e60a2..f267d02c 100644 --- a/library.json +++ b/library.json @@ -1,7 +1,7 @@ { "name": "ArduinoJson", "keywords": "json, rest, http, web", - "description": "An elegant and efficient JSON library for embedded systems", + "description": "A simple and efficient JSON library for embedded C++. ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", "homepage": "https://arduinojson.org/?utm_source=meta&utm_medium=library.json", "repository": { "type": "git", @@ -13,10 +13,8 @@ "url": "https://blog.benoitblanchon.fr" }, "exclude": [ - "fuzzing", - "scripts", - "test", - "third-party" + ".github", + "extras" ], "frameworks": "arduino", "platforms": "*" diff --git a/library.properties b/library.properties index 30b5413f..b5f13847 100644 --- a/library.properties +++ b/library.properties @@ -2,8 +2,8 @@ name=ArduinoJson version=6.15.0 author=Benoit Blanchon maintainer=Benoit Blanchon -sentence=An efficient and elegant JSON library for Arduino. -paragraph=ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation. +sentence=A simple and efficient JSON library for embedded C++. +paragraph=ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation. category=Data Processing url=https://arduinojson.org/?utm_source=meta&utm_medium=library.properties architectures=*