mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Added links to the book page in each example
This commit is contained in:
		| @@ -3,6 +3,8 @@ | ||||
| // MIT License | ||||
| // | ||||
| // This example shows how to generate a JSON document with ArduinoJson. | ||||
| // | ||||
| // https://arduinojson.org/v6/example/generator/ | ||||
|  | ||||
| #include <ArduinoJson.h> | ||||
|  | ||||
| @@ -61,4 +63,15 @@ void loop() { | ||||
|   // not used in this example | ||||
| } | ||||
|  | ||||
| // Visit https://arduinojson.org/v6/example/generator/ for more. | ||||
| // See also | ||||
| // -------- | ||||
| // | ||||
| // https://arduinojson.org/ contains the documentation for all the functions | ||||
| // used above. It also includes an FAQ that will help you solve any | ||||
| // serialization problem. | ||||
| // | ||||
| // The book "Mastering ArduinoJson" contains a tutorial on serialization. | ||||
| // It begins with a simple example, like the one above, and then adds more | ||||
| // features like serializing directly to a file or an HTTP request. | ||||
| // Learn more at https://arduinojson.org/book/ | ||||
| // Use the coupon code TWENTY for a 20% discount ❤❤❤❤❤ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user