mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Updated CHANGELOG.md
This commit is contained in:
		
							
								
								
									
										12
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								CHANGELOG.md
									
									
									
									
									
								
							| @@ -1,6 +1,18 @@ | ||||
| Arduino JSON: change log | ||||
| ======================== | ||||
|  | ||||
| v3.3 | ||||
| ---- | ||||
|  | ||||
| * Added indented output for the JSON generator, see example bellow. | ||||
| * Added `IndentedPrint`, a decorator for `Print` to allow indented output | ||||
|  | ||||
| Example: | ||||
|  | ||||
|     JsonOject<2> json; | ||||
|     json["key"] = "value"; | ||||
|     json.prettyPrintTo(Serial); | ||||
|  | ||||
| v3.2 | ||||
| ---- | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user