mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Made the library compatible with platform.io (issue #181)
This commit is contained in:
		
				
					committed by
					
						 Benoit Blanchon
						Benoit Blanchon
					
				
			
			
				
	
			
			
			
						parent
						
							b54f1ffc1d
						
					
				
				
					commit
					c57e6f3bd8
				
			
							
								
								
									
										16
									
								
								library.json
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								library.json
									
									
									
									
									
								
							| @@ -2,16 +2,20 @@ | ||||
|   "name": "Json", | ||||
|   "keywords": "json, rest, http, web", | ||||
|   "description": "An elegant and efficient JSON library for embedded systems", | ||||
|   "repository": | ||||
|   { | ||||
|   "repository": { | ||||
|     "type": "git", | ||||
|     "url": "https://github.com/bblanchon/ArduinoJson.git" | ||||
|   }, | ||||
|   "authors": | ||||
|   { | ||||
|   "authors": { | ||||
|     "name": "Benoit Blanchon", | ||||
|     "url": "http://blog.benoitblanchon.fr" | ||||
|   }, | ||||
|   "exclude": [ | ||||
|     "scripts", | ||||
|     "src/ArduinoJson.h", | ||||
|     "test", | ||||
|     "third-party" | ||||
|   ], | ||||
|   "frameworks": "arduino", | ||||
|   "platforms": "atmelavr"   | ||||
| } | ||||
|   "platforms": "*" | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user