From 3ca40db9f828576f536f8b1f74ecb38246cae8e9 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Sat, 6 Oct 2018 17:42:01 +0200 Subject: [PATCH] Added a coupon code for the book --- examples/JsonConfigFile/JsonConfigFile.ino | 6 +++--- examples/JsonGeneratorExample/JsonGeneratorExample.ino | 6 +++--- examples/JsonHttpClient/JsonHttpClient.ino | 6 +++--- examples/JsonParserExample/JsonParserExample.ino | 6 +++--- examples/JsonServer/JsonServer.ino | 6 +++--- examples/JsonUdpBeacon/JsonUdpBeacon.ino | 6 +++--- examples/ProgmemExample/ProgmemExample.ino | 6 +++--- examples/StringExample/StringExample.ino | 6 +++--- 8 files changed, 24 insertions(+), 24 deletions(-) diff --git a/examples/JsonConfigFile/JsonConfigFile.ino b/examples/JsonConfigFile/JsonConfigFile.ino index ce6dca3e..2ccf7d67 100644 --- a/examples/JsonConfigFile/JsonConfigFile.ino +++ b/examples/JsonConfigFile/JsonConfigFile.ino @@ -133,12 +133,12 @@ void loop() { // See also // -------- // -// The website arduinojson.org contains the documentation for all the functions +// https://arduinojson.org/ contains the documentation for all the functions // used above. It also includes an FAQ that will help you solve any // serialization or deserialization problem. -// Please check it out at: https://arduinojson.org/ // // The book "Mastering ArduinoJson" contains a case study of a project that has // a complex configuration with nested members. // Contrary to this example, the project in the book uses the SPIFFS filesystem. -// Please check it out at: https://arduinojson.org/book/ \ No newline at end of file +// Learn more at https://arduinojson.org/book/ +// Use the coupon code TWENTY for a 20% discount ❤❤❤❤❤ diff --git a/examples/JsonGeneratorExample/JsonGeneratorExample.ino b/examples/JsonGeneratorExample/JsonGeneratorExample.ino index fad41ef2..07e05fab 100644 --- a/examples/JsonGeneratorExample/JsonGeneratorExample.ino +++ b/examples/JsonGeneratorExample/JsonGeneratorExample.ino @@ -70,12 +70,12 @@ void loop() { // See also // -------- // -// The website arduinojson.org contains the documentation for all the functions +// 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. -// Please check it out at: https://arduinojson.org/ // // 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. -// Please check it out at: https://arduinojson.org/book/ \ No newline at end of file +// Learn more at https://arduinojson.org/book/ +// Use the coupon code TWENTY for a 20% discount ❤❤❤❤❤ diff --git a/examples/JsonHttpClient/JsonHttpClient.ino b/examples/JsonHttpClient/JsonHttpClient.ino index 6e5c05ef..4ce1c20d 100644 --- a/examples/JsonHttpClient/JsonHttpClient.ino +++ b/examples/JsonHttpClient/JsonHttpClient.ino @@ -100,13 +100,13 @@ void loop() { // See also // -------- // -// The website arduinojson.org contains the documentation for all the functions +// 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. -// Please check it out at: https://arduinojson.org/ // // The book "Mastering ArduinoJson" contains a tutorial on deserialization // showing how to parse the response from Yahoo Weather. In the last chapter, // it shows how to parse the huge documents from OpenWeatherMap // and Weather Underground. -// Please check it out at: https://arduinojson.org/book/ \ No newline at end of file +// Learn more at https://arduinojson.org/book/ +// Use the coupon code TWENTY for a 20% discount ❤❤❤❤❤ diff --git a/examples/JsonParserExample/JsonParserExample.ino b/examples/JsonParserExample/JsonParserExample.ino index a9b3ee91..57529963 100644 --- a/examples/JsonParserExample/JsonParserExample.ino +++ b/examples/JsonParserExample/JsonParserExample.ino @@ -67,12 +67,12 @@ void loop() { // See also // -------- // -// The website arduinojson.org contains the documentation for all the functions +// https://arduinojson.org/ contains the documentation for all the functions // used above. It also includes an FAQ that will help you solve any // deserialization problem. -// Please check it out at: https://arduinojson.org/ // // The book "Mastering ArduinoJson" contains a tutorial on deserialization. // 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. -// Please check it out at: https://arduinojson.org/book/ \ No newline at end of file +// Learn more at https://arduinojson.org/book/ +// Use the coupon code TWENTY for a 20% discount ❤❤❤❤❤ diff --git a/examples/JsonServer/JsonServer.ino b/examples/JsonServer/JsonServer.ino index 229e289a..e693ae17 100644 --- a/examples/JsonServer/JsonServer.ino +++ b/examples/JsonServer/JsonServer.ino @@ -98,12 +98,12 @@ void loop() { // See also // -------- // -// The website arduinojson.org contains the documentation for all the functions +// 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. -// Please check it out at: https://arduinojson.org/ // // The book "Mastering ArduinoJson" contains a tutorial on serialization. // It begins with a simple example, then adds more features like serializing // directly to a file or an HTTP client. -// Please check it out at: https://arduinojson.org/book/ \ No newline at end of file +// Learn more at https://arduinojson.org/book/ +// Use the coupon code TWENTY for a 20% discount ❤❤❤❤❤ diff --git a/examples/JsonUdpBeacon/JsonUdpBeacon.ino b/examples/JsonUdpBeacon/JsonUdpBeacon.ino index eb9f19a6..b2328a62 100644 --- a/examples/JsonUdpBeacon/JsonUdpBeacon.ino +++ b/examples/JsonUdpBeacon/JsonUdpBeacon.ino @@ -90,12 +90,12 @@ void loop() { // See also // -------- // -// The website arduinojson.org contains the documentation for all the functions +// 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. -// Please check it out at: https://arduinojson.org/ // // The book "Mastering ArduinoJson" contains a tutorial on serialization. // It begins with a simple example, then adds more features like serializing // directly to a file or any stream. -// Please check it out at: https://arduinojson.org/book/ \ No newline at end of file +// Learn more at https://arduinojson.org/book/ +// Use the coupon code TWENTY for a 20% discount ❤❤❤❤❤ diff --git a/examples/ProgmemExample/ProgmemExample.ino b/examples/ProgmemExample/ProgmemExample.ino index 15be8ed1..ddde8fd1 100644 --- a/examples/ProgmemExample/ProgmemExample.ino +++ b/examples/ProgmemExample/ProgmemExample.ino @@ -59,12 +59,12 @@ void loop() { // See also // -------- // -// The website arduinojson.org contains the documentation for all the functions +// https://arduinojson.org/ contains the documentation for all the functions // used above. It also includes an FAQ that will help you solve any memory // problem. -// Please check it out at: https://arduinojson.org/ // // The book "Mastering ArduinoJson" contains a quick C++ course that explains // how your microcontroller stores strings in memory. It also tells why you // should not abuse Flash strings with ArduinoJson. -// Please check it out at: https://arduinojson.org/book/ \ No newline at end of file +// Learn more at https://arduinojson.org/book/ +// Use the coupon code TWENTY for a 20% discount ❤❤❤❤❤ diff --git a/examples/StringExample/StringExample.ino b/examples/StringExample/StringExample.ino index d5994ffb..fc7503d0 100644 --- a/examples/StringExample/StringExample.ino +++ b/examples/StringExample/StringExample.ino @@ -64,11 +64,11 @@ void loop() { // See also // -------- // -// The website arduinojson.org contains the documentation for all the functions +// https://arduinojson.org/ contains the documentation for all the functions // used above. It also includes an FAQ that will help you solve any problem. -// Please check it out at: https://arduinojson.org/ // // The book "Mastering ArduinoJson" contains a quick C++ course that explains // how your microcontroller stores strings in memory. On several occasions, it // shows how you can avoid String in your program. -// Please check it out at: https://arduinojson.org/book/ \ No newline at end of file +// Learn more at https://arduinojson.org/book/ +// Use the coupon code TWENTY for a 20% discount ❤❤❤❤❤