mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Updated library description
This commit is contained in:
		| @@ -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": "*" | ||||
|   | ||||
| @@ -2,8 +2,8 @@ name=ArduinoJson | ||||
| version=6.15.0 | ||||
| author=Benoit Blanchon <blog.benoitblanchon.fr> | ||||
| maintainer=Benoit Blanchon <blog.benoitblanchon.fr> | ||||
| 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=* | ||||
|   | ||||
		Reference in New Issue
	
	Block a user