Updated links to the book

This commit is contained in:
Benoit Blanchon
2017-12-27 14:15:49 +01:00
parent e53e4e3dd9
commit de47c0af9e
8 changed files with 8 additions and 8 deletions

View File

@ -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/

View File

@ -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/

View File

@ -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/

View File

@ -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/

View File

@ -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/

View File

@ -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/

View File

@ -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/

View File

@ -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/