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", |   "name": "ArduinoJson", | ||||||
|   "keywords": "json, rest, http, web", |   "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", |   "homepage": "https://arduinojson.org/?utm_source=meta&utm_medium=library.json", | ||||||
|   "repository": { |   "repository": { | ||||||
|     "type": "git", |     "type": "git", | ||||||
| @@ -13,10 +13,8 @@ | |||||||
|     "url": "https://blog.benoitblanchon.fr" |     "url": "https://blog.benoitblanchon.fr" | ||||||
|   }, |   }, | ||||||
|   "exclude": [ |   "exclude": [ | ||||||
|     "fuzzing", |     ".github", | ||||||
|     "scripts", |     "extras" | ||||||
|     "test", |  | ||||||
|     "third-party" |  | ||||||
|   ], |   ], | ||||||
|   "frameworks": "arduino", |   "frameworks": "arduino", | ||||||
|   "platforms": "*" |   "platforms": "*" | ||||||
|   | |||||||
| @@ -2,8 +2,8 @@ name=ArduinoJson | |||||||
| version=6.15.0 | version=6.15.0 | ||||||
| author=Benoit Blanchon <blog.benoitblanchon.fr> | author=Benoit Blanchon <blog.benoitblanchon.fr> | ||||||
| maintainer=Benoit Blanchon <blog.benoitblanchon.fr> | maintainer=Benoit Blanchon <blog.benoitblanchon.fr> | ||||||
| sentence=An efficient and elegant JSON library for Arduino. | sentence=A simple and efficient JSON library for embedded C++. | ||||||
| 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. | 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 | category=Data Processing | ||||||
| url=https://arduinojson.org/?utm_source=meta&utm_medium=library.properties | url=https://arduinojson.org/?utm_source=meta&utm_medium=library.properties | ||||||
| architectures=* | architectures=* | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user