mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 00:32:37 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			359 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			359 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| // ArduinoJson - https://arduinojson.org
 | |
| // Copyright © 2014-2023, Benoit BLANCHON
 | |
| // MIT License
 | |
| 
 | |
| // we expect ArduinoJson.h to include <string>
 | |
| #define ARDUINOJSON_ENABLE_STD_STRING 1
 | |
| 
 | |
| // but we don't want it to included accidentally
 | |
| #undef ARDUINO
 | |
| #define ARDUINOJSON_ENABLE_STD_STREAM 0
 | |
| #define ARDUINOJSON_ENABLE_STRING_VIEW 0
 | |
| 
 | |
| #include <ArduinoJson.h>
 |