mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 00:32:37 +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": "*" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user