mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			852 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			852 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "ArduinoJson",
 | |
|   "keywords": "json, rest, http, web",
 | |
|   "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",
 | |
|     "url": "https://github.com/bblanchon/ArduinoJson.git"
 | |
|   },
 | |
|   "version": "6.18.3",
 | |
|   "authors": {
 | |
|     "name": "Benoit Blanchon",
 | |
|     "url": "https://blog.benoitblanchon.fr"
 | |
|   },
 | |
|   "exclude": [
 | |
|     ".github",
 | |
|     "extras"
 | |
|   ],
 | |
|   "frameworks": "*",
 | |
|   "platforms": "*",
 | |
|   "build": {
 | |
|     "libArchive": false
 | |
|   }
 | |
| }
 |