From e41d5d4fa167adbe35eb41d7e4abaebf1084f378 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Wed, 10 Jan 2024 18:09:32 +0100 Subject: [PATCH] Shorten the library description --- idf_component.yml | 6 +++--- library.json | 2 +- library.properties | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/idf_component.yml b/idf_component.yml index 11a3d62d..b4fd0a6f 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,9 +1,9 @@ version: "7.0.0" description: >- A simple and efficient JSON library for embedded C++. - ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ streams, ✔ filtering, and more. - ⭐ 6430 stars on GitHub. - Check out arduinojson.org for a comprehensive documentation. + ⭐ 6430 stars on GitHub! + Supports serialization, deserialization, MessagePack, streams, filtering, and more. + Fully tested and documented. url: https://arduinojson.org/ files: exclude: diff --git a/library.json b/library.json index 6a69ec4e..a0affefd 100644 --- a/library.json +++ b/library.json @@ -1,7 +1,7 @@ { "name": "ArduinoJson", "keywords": "json, rest, http, web", - "description": "A simple and efficient JSON library for embedded C++. ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ streams, ✔ filtering, and more. ⭐ 6430 stars on GitHub. Check out arduinojson.org for a comprehensive documentation.", + "description": "A simple and efficient JSON library for embedded C++. ⭐ 6430 stars on GitHub! Supports serialization, deserialization, MessagePack, streams, filtering, and more. Fully tested and documented.", "homepage": "https://arduinojson.org/?utm_source=meta&utm_medium=library.json", "repository": { "type": "git", diff --git a/library.properties b/library.properties index fb7146c8..26f7dfd5 100644 --- a/library.properties +++ b/library.properties @@ -3,7 +3,7 @@ version=7.0.0 author=Benoit Blanchon maintainer=Benoit Blanchon sentence=A simple and efficient JSON library for embedded C++. -paragraph=ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ streams, ✔ filtering, and more. ⭐ 6430 stars on GitHub. Check out arduinojson.org for a comprehensive documentation. +paragraph=⭐ 6430 stars on GitHub! Supports serialization, deserialization, MessagePack, streams, filtering, and more. Fully tested and documented. category=Data Processing url=https://arduinojson.org/?utm_source=meta&utm_medium=library.properties architectures=*