mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Updated links to the book
This commit is contained in:
		| @@ -141,4 +141,4 @@ void loop() { | |||||||
| // The book "Mastering ArduinoJson" contains a case study of a project that has | // The book "Mastering ArduinoJson" contains a case study of a project that has | ||||||
| // a complex configuration with nested members. | // a complex configuration with nested members. | ||||||
| // Contrary to this example, the project in the book uses the SPIFFS filesystem. | // Contrary to this example, the project in the book uses the SPIFFS filesystem. | ||||||
| // Please check it out at: https://leanpub.com/arduinojson/ | // Please check it out at: https://arduinojson.org/book/ | ||||||
| @@ -78,4 +78,4 @@ void loop() { | |||||||
| // The book "Mastering ArduinoJson" contains a tutorial on serialization. | // The book "Mastering ArduinoJson" contains a tutorial on serialization. | ||||||
| // It begins with a simple example, like the one above, and then adds more | // 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. | // features like serializing directly to a file or an HTTP request. | ||||||
| // Please check it out at: https://leanpub.com/arduinojson/ | // Please check it out at: https://arduinojson.org/book/ | ||||||
| @@ -109,4 +109,4 @@ void loop() { | |||||||
| // showing how to parse the response from Yahoo Weather. In the last chapter, | // showing how to parse the response from Yahoo Weather. In the last chapter, | ||||||
| // it shows how to parse the huge documents from OpenWeatherMap | // it shows how to parse the huge documents from OpenWeatherMap | ||||||
| // and Weather Underground. | // and Weather Underground. | ||||||
| // Please check it out at: https://leanpub.com/arduinojson/ | // Please check it out at: https://arduinojson.org/book/ | ||||||
| @@ -75,4 +75,4 @@ void loop() { | |||||||
| // The book "Mastering ArduinoJson" contains a tutorial on deserialization. | // The book "Mastering ArduinoJson" contains a tutorial on deserialization. | ||||||
| // It begins with a simple example, like the one above, and then adds more | // It begins with a simple example, like the one above, and then adds more | ||||||
| // features like deserializing directly from a file or an HTTP request. | // features like deserializing directly from a file or an HTTP request. | ||||||
| // Please check it out at: https://leanpub.com/arduinojson/ | // Please check it out at: https://arduinojson.org/book/ | ||||||
| @@ -106,4 +106,4 @@ void loop() { | |||||||
| // The book "Mastering ArduinoJson" contains a tutorial on serialization. | // The book "Mastering ArduinoJson" contains a tutorial on serialization. | ||||||
| // It begins with a simple example, then adds more features like serializing | // It begins with a simple example, then adds more features like serializing | ||||||
| // directly to a file or an HTTP client. | // directly to a file or an HTTP client. | ||||||
| // Please check it out at: https://leanpub.com/arduinojson/ | // Please check it out at: https://arduinojson.org/book/ | ||||||
| @@ -98,4 +98,4 @@ void loop() { | |||||||
| // The book "Mastering ArduinoJson" contains a tutorial on serialization. | // The book "Mastering ArduinoJson" contains a tutorial on serialization. | ||||||
| // It begins with a simple example, then adds more features like serializing | // It begins with a simple example, then adds more features like serializing | ||||||
| // directly to a file or any stream. | // directly to a file or any stream. | ||||||
| // Please check it out at: https://leanpub.com/arduinojson/ | // Please check it out at: https://arduinojson.org/book/ | ||||||
| @@ -64,4 +64,4 @@ void loop() { | |||||||
| // The book "Mastering ArduinoJson" contains a quick C++ course that explains | // The book "Mastering ArduinoJson" contains a quick C++ course that explains | ||||||
| // how your microcontroller stores strings in memory. It also tells why you | // how your microcontroller stores strings in memory. It also tells why you | ||||||
| // should not abuse Flash strings with ArduinoJson. | // should not abuse Flash strings with ArduinoJson. | ||||||
| // Please check it out at: https://leanpub.com/arduinojson/ | // Please check it out at: https://arduinojson.org/book/ | ||||||
| @@ -68,4 +68,4 @@ void loop() { | |||||||
| // The book "Mastering ArduinoJson" contains a quick C++ course that explains | // The book "Mastering ArduinoJson" contains a quick C++ course that explains | ||||||
| // how your microcontroller stores strings in memory. On several occasions, it | // how your microcontroller stores strings in memory. On several occasions, it | ||||||
| // shows how you can avoid String in your program. | // shows how you can avoid String in your program. | ||||||
| // Please check it out at: https://leanpub.com/arduinojson/ | // Please check it out at: https://arduinojson.org/book/ | ||||||
		Reference in New Issue
	
	Block a user