diff --git a/ArduinoJson.h b/ArduinoJson.h index ffea6601..eaecef8c 100644 --- a/ArduinoJson.h +++ b/ArduinoJson.h @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include "include/ArduinoJson.h" diff --git a/CMakeLists.txt b/CMakeLists.txt index 05994f4e..c539c832 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # MIT License # # Arduino JSON library -# https://github.com/bblanchon/ArduinoJson +# https://bblanchon.github.io/ArduinoJson/ # If you like this project, please add a star! cmake_minimum_required(VERSION 3.0) diff --git a/README.md b/README.md index 337ad3b8..e144f0b7 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ root.printTo(Serial); Documentation ------------- -The documentation is available online in the [ArduinoJson Website](https://github.com/bblanchon/ArduinoJson/). +The documentation is available online in the [ArduinoJson Website](https://bblanchon.github.io/ArduinoJson/). The [ArduinoJson Assistant](https://bblanchon.github.io/ArduinoJson/assistant/) helps you get started with the library. diff --git a/examples/IndentedPrintExample/IndentedPrintExample.ino b/examples/IndentedPrintExample/IndentedPrintExample.ino index f70fa7b2..711360f9 100644 --- a/examples/IndentedPrintExample/IndentedPrintExample.ino +++ b/examples/IndentedPrintExample/IndentedPrintExample.ino @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/examples/JsonGeneratorExample/JsonGeneratorExample.ino b/examples/JsonGeneratorExample/JsonGeneratorExample.ino index c18d012d..1d0b826d 100644 --- a/examples/JsonGeneratorExample/JsonGeneratorExample.ino +++ b/examples/JsonGeneratorExample/JsonGeneratorExample.ino @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/examples/JsonHttpClient/JsonHttpClient.ino b/examples/JsonHttpClient/JsonHttpClient.ino index 35954fb6..48f70c61 100644 --- a/examples/JsonHttpClient/JsonHttpClient.ino +++ b/examples/JsonHttpClient/JsonHttpClient.ino @@ -5,7 +5,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/examples/JsonParserExample/JsonParserExample.ino b/examples/JsonParserExample/JsonParserExample.ino index 293894f2..7e0e714b 100644 --- a/examples/JsonParserExample/JsonParserExample.ino +++ b/examples/JsonParserExample/JsonParserExample.ino @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/examples/ProgmemExample/ProgmemExample.ino b/examples/ProgmemExample/ProgmemExample.ino index dc8dd4bc..195b014f 100644 --- a/examples/ProgmemExample/ProgmemExample.ino +++ b/examples/ProgmemExample/ProgmemExample.ino @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/examples/StringExample/StringExample.ino b/examples/StringExample/StringExample.ino index f76f9dbe..50b8db6e 100644 --- a/examples/StringExample/StringExample.ino +++ b/examples/StringExample/StringExample.ino @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/include/ArduinoJson.h b/include/ArduinoJson.h index 82629c94..c1ec7c02 100644 --- a/include/ArduinoJson.h +++ b/include/ArduinoJson.h @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson.hpp b/include/ArduinoJson.hpp index 8bf70539..bdc26c69 100644 --- a/include/ArduinoJson.hpp +++ b/include/ArduinoJson.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Configuration.hpp b/include/ArduinoJson/Configuration.hpp index ba8a90df..0af4f3df 100644 --- a/include/ArduinoJson/Configuration.hpp +++ b/include/ArduinoJson/Configuration.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Data/Encoding.hpp b/include/ArduinoJson/Data/Encoding.hpp index 27d13517..158ee07d 100644 --- a/include/ArduinoJson/Data/Encoding.hpp +++ b/include/ArduinoJson/Data/Encoding.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Data/JsonBufferAllocated.hpp b/include/ArduinoJson/Data/JsonBufferAllocated.hpp index 0004949b..bd82559a 100644 --- a/include/ArduinoJson/Data/JsonBufferAllocated.hpp +++ b/include/ArduinoJson/Data/JsonBufferAllocated.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Data/JsonFloat.hpp b/include/ArduinoJson/Data/JsonFloat.hpp index 40276fdc..a4a8e937 100644 --- a/include/ArduinoJson/Data/JsonFloat.hpp +++ b/include/ArduinoJson/Data/JsonFloat.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Data/JsonInteger.hpp b/include/ArduinoJson/Data/JsonInteger.hpp index d8fefa46..574a5e10 100644 --- a/include/ArduinoJson/Data/JsonInteger.hpp +++ b/include/ArduinoJson/Data/JsonInteger.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Data/JsonVariantAs.hpp b/include/ArduinoJson/Data/JsonVariantAs.hpp index f8e6cd1e..3f19fd23 100644 --- a/include/ArduinoJson/Data/JsonVariantAs.hpp +++ b/include/ArduinoJson/Data/JsonVariantAs.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Data/JsonVariantComparer.hpp b/include/ArduinoJson/Data/JsonVariantComparer.hpp index 9a198253..1e57dad4 100644 --- a/include/ArduinoJson/Data/JsonVariantComparer.hpp +++ b/include/ArduinoJson/Data/JsonVariantComparer.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Data/JsonVariantContent.hpp b/include/ArduinoJson/Data/JsonVariantContent.hpp index ca86020a..b2771629 100644 --- a/include/ArduinoJson/Data/JsonVariantContent.hpp +++ b/include/ArduinoJson/Data/JsonVariantContent.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Data/JsonVariantDefault.hpp b/include/ArduinoJson/Data/JsonVariantDefault.hpp index 4e69a570..a59fd46c 100644 --- a/include/ArduinoJson/Data/JsonVariantDefault.hpp +++ b/include/ArduinoJson/Data/JsonVariantDefault.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Data/JsonVariantType.hpp b/include/ArduinoJson/Data/JsonVariantType.hpp index da0e9a2e..3506e3e5 100644 --- a/include/ArduinoJson/Data/JsonVariantType.hpp +++ b/include/ArduinoJson/Data/JsonVariantType.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Data/List.hpp b/include/ArduinoJson/Data/List.hpp index e405635a..b1f9d79f 100644 --- a/include/ArduinoJson/Data/List.hpp +++ b/include/ArduinoJson/Data/List.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Data/ListConstIterator.hpp b/include/ArduinoJson/Data/ListConstIterator.hpp index 1707fe85..6cda88f1 100644 --- a/include/ArduinoJson/Data/ListConstIterator.hpp +++ b/include/ArduinoJson/Data/ListConstIterator.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Data/ListIterator.hpp b/include/ArduinoJson/Data/ListIterator.hpp index 6604f5dd..f703fcca 100644 --- a/include/ArduinoJson/Data/ListIterator.hpp +++ b/include/ArduinoJson/Data/ListIterator.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Data/ListNode.hpp b/include/ArduinoJson/Data/ListNode.hpp index d3b65ae9..e59bd536 100644 --- a/include/ArduinoJson/Data/ListNode.hpp +++ b/include/ArduinoJson/Data/ListNode.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Data/ReferenceType.hpp b/include/ArduinoJson/Data/ReferenceType.hpp index 9ffbbd9b..ea394d5c 100644 --- a/include/ArduinoJson/Data/ReferenceType.hpp +++ b/include/ArduinoJson/Data/ReferenceType.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Data/ValueSetter.hpp b/include/ArduinoJson/Data/ValueSetter.hpp index 81be5839..607514ba 100644 --- a/include/ArduinoJson/Data/ValueSetter.hpp +++ b/include/ArduinoJson/Data/ValueSetter.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Deserialization/Comments.hpp b/include/ArduinoJson/Deserialization/Comments.hpp index 10e8d116..9f281da4 100644 --- a/include/ArduinoJson/Deserialization/Comments.hpp +++ b/include/ArduinoJson/Deserialization/Comments.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Deserialization/JsonParser.hpp b/include/ArduinoJson/Deserialization/JsonParser.hpp index 5448bfc3..3e605ef2 100644 --- a/include/ArduinoJson/Deserialization/JsonParser.hpp +++ b/include/ArduinoJson/Deserialization/JsonParser.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Deserialization/JsonParserImpl.hpp b/include/ArduinoJson/Deserialization/JsonParserImpl.hpp index f1c7d615..14c16255 100644 --- a/include/ArduinoJson/Deserialization/JsonParserImpl.hpp +++ b/include/ArduinoJson/Deserialization/JsonParserImpl.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Deserialization/StringWriter.hpp b/include/ArduinoJson/Deserialization/StringWriter.hpp index 7ebfabaa..42402692 100644 --- a/include/ArduinoJson/Deserialization/StringWriter.hpp +++ b/include/ArduinoJson/Deserialization/StringWriter.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/DynamicJsonBuffer.hpp b/include/ArduinoJson/DynamicJsonBuffer.hpp index 64de7f03..65206d10 100644 --- a/include/ArduinoJson/DynamicJsonBuffer.hpp +++ b/include/ArduinoJson/DynamicJsonBuffer.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/JsonArray.hpp b/include/ArduinoJson/JsonArray.hpp index 41365351..40175acc 100644 --- a/include/ArduinoJson/JsonArray.hpp +++ b/include/ArduinoJson/JsonArray.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/JsonArrayImpl.hpp b/include/ArduinoJson/JsonArrayImpl.hpp index d065d1d0..6ebd39ba 100644 --- a/include/ArduinoJson/JsonArrayImpl.hpp +++ b/include/ArduinoJson/JsonArrayImpl.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/JsonArraySubscript.hpp b/include/ArduinoJson/JsonArraySubscript.hpp index 1deda075..131906fc 100644 --- a/include/ArduinoJson/JsonArraySubscript.hpp +++ b/include/ArduinoJson/JsonArraySubscript.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/JsonBuffer.hpp b/include/ArduinoJson/JsonBuffer.hpp index 30b18a2e..c669ae7e 100644 --- a/include/ArduinoJson/JsonBuffer.hpp +++ b/include/ArduinoJson/JsonBuffer.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/JsonBufferBase.hpp b/include/ArduinoJson/JsonBufferBase.hpp index 7c393719..630d6afb 100644 --- a/include/ArduinoJson/JsonBufferBase.hpp +++ b/include/ArduinoJson/JsonBufferBase.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/JsonBufferImpl.hpp b/include/ArduinoJson/JsonBufferImpl.hpp index fab8eeff..98d5de59 100644 --- a/include/ArduinoJson/JsonBufferImpl.hpp +++ b/include/ArduinoJson/JsonBufferImpl.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/JsonObject.hpp b/include/ArduinoJson/JsonObject.hpp index 0a4c80aa..b55e9601 100644 --- a/include/ArduinoJson/JsonObject.hpp +++ b/include/ArduinoJson/JsonObject.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/JsonObjectImpl.hpp b/include/ArduinoJson/JsonObjectImpl.hpp index 5f336dd7..9741bfad 100644 --- a/include/ArduinoJson/JsonObjectImpl.hpp +++ b/include/ArduinoJson/JsonObjectImpl.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/JsonObjectSubscript.hpp b/include/ArduinoJson/JsonObjectSubscript.hpp index 6c62cbac..998750ee 100644 --- a/include/ArduinoJson/JsonObjectSubscript.hpp +++ b/include/ArduinoJson/JsonObjectSubscript.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/JsonPair.hpp b/include/ArduinoJson/JsonPair.hpp index 09fa4e8d..5a32601c 100644 --- a/include/ArduinoJson/JsonPair.hpp +++ b/include/ArduinoJson/JsonPair.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/JsonVariant.hpp b/include/ArduinoJson/JsonVariant.hpp index 01b85a73..93772961 100644 --- a/include/ArduinoJson/JsonVariant.hpp +++ b/include/ArduinoJson/JsonVariant.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/JsonVariantBase.hpp b/include/ArduinoJson/JsonVariantBase.hpp index 04721847..60aa0ee4 100644 --- a/include/ArduinoJson/JsonVariantBase.hpp +++ b/include/ArduinoJson/JsonVariantBase.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/JsonVariantComparisons.hpp b/include/ArduinoJson/JsonVariantComparisons.hpp index 9e8b9fff..abbb473a 100644 --- a/include/ArduinoJson/JsonVariantComparisons.hpp +++ b/include/ArduinoJson/JsonVariantComparisons.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/JsonVariantImpl.hpp b/include/ArduinoJson/JsonVariantImpl.hpp index d90d97e3..ddb1498b 100644 --- a/include/ArduinoJson/JsonVariantImpl.hpp +++ b/include/ArduinoJson/JsonVariantImpl.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Polyfills/attributes.hpp b/include/ArduinoJson/Polyfills/attributes.hpp index d0d1d52e..a49bf4dd 100644 --- a/include/ArduinoJson/Polyfills/attributes.hpp +++ b/include/ArduinoJson/Polyfills/attributes.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Polyfills/ctype.hpp b/include/ArduinoJson/Polyfills/ctype.hpp index 63a283d3..f13e3edf 100644 --- a/include/ArduinoJson/Polyfills/ctype.hpp +++ b/include/ArduinoJson/Polyfills/ctype.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Polyfills/isFloat.hpp b/include/ArduinoJson/Polyfills/isFloat.hpp index da207d62..067da390 100644 --- a/include/ArduinoJson/Polyfills/isFloat.hpp +++ b/include/ArduinoJson/Polyfills/isFloat.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Polyfills/isInteger.hpp b/include/ArduinoJson/Polyfills/isInteger.hpp index a631351e..ea39f2a6 100644 --- a/include/ArduinoJson/Polyfills/isInteger.hpp +++ b/include/ArduinoJson/Polyfills/isInteger.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Polyfills/math.hpp b/include/ArduinoJson/Polyfills/math.hpp index 3da29169..3f1aafe7 100644 --- a/include/ArduinoJson/Polyfills/math.hpp +++ b/include/ArduinoJson/Polyfills/math.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once @@ -54,7 +54,7 @@ T inf() { #endif // Workaround for libs that #undef isnan or isinf -// https://github.com/bblanchon/ArduinoJson/issues/284 +// https://bblanchon.github.io/ArduinoJson//issues/284 #if !defined(isnan) || !defined(isinf) namespace std {} #endif @@ -65,7 +65,7 @@ namespace Polyfills { template bool isNaN(T x) { // Workaround for libs that #undef isnan -// https://github.com/bblanchon/ArduinoJson/issues/284 +// https://bblanchon.github.io/ArduinoJson//issues/284 #ifndef isnan using namespace std; #endif @@ -90,7 +90,7 @@ inline bool isNaN(float x) { template bool isInfinity(T x) { // Workaround for libs that #undef isinf -// https://github.com/bblanchon/ArduinoJson/issues/284 +// https://bblanchon.github.io/ArduinoJson//issues/284 #ifndef isinf using namespace std; #endif diff --git a/include/ArduinoJson/Polyfills/normalize.hpp b/include/ArduinoJson/Polyfills/normalize.hpp index 4b9bebe6..2b020a32 100644 --- a/include/ArduinoJson/Polyfills/normalize.hpp +++ b/include/ArduinoJson/Polyfills/normalize.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Polyfills/parseFloat.hpp b/include/ArduinoJson/Polyfills/parseFloat.hpp index bcc4489a..3d0caa54 100644 --- a/include/ArduinoJson/Polyfills/parseFloat.hpp +++ b/include/ArduinoJson/Polyfills/parseFloat.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Polyfills/parseInteger.hpp b/include/ArduinoJson/Polyfills/parseInteger.hpp index bdfd4a28..28e0832b 100644 --- a/include/ArduinoJson/Polyfills/parseInteger.hpp +++ b/include/ArduinoJson/Polyfills/parseInteger.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once @@ -34,7 +34,7 @@ T parseInteger(const char *s) { s++; } - return negative_result ? static_cast(result*-1) : result; + return negative_result ? static_cast(result * -1) : result; } } } diff --git a/include/ArduinoJson/Print.hpp b/include/ArduinoJson/Print.hpp index 9f3dee70..cfb0db6d 100644 --- a/include/ArduinoJson/Print.hpp +++ b/include/ArduinoJson/Print.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/RawJson.hpp b/include/ArduinoJson/RawJson.hpp index 70376f98..6db195c3 100644 --- a/include/ArduinoJson/RawJson.hpp +++ b/include/ArduinoJson/RawJson.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Serialization/DummyPrint.hpp b/include/ArduinoJson/Serialization/DummyPrint.hpp index 1e17a788..43cfce0f 100644 --- a/include/ArduinoJson/Serialization/DummyPrint.hpp +++ b/include/ArduinoJson/Serialization/DummyPrint.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Serialization/DynamicStringBuilder.hpp b/include/ArduinoJson/Serialization/DynamicStringBuilder.hpp index dc520d13..c4c39b84 100644 --- a/include/ArduinoJson/Serialization/DynamicStringBuilder.hpp +++ b/include/ArduinoJson/Serialization/DynamicStringBuilder.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Serialization/IndentedPrint.hpp b/include/ArduinoJson/Serialization/IndentedPrint.hpp index a9756431..6995e4fa 100644 --- a/include/ArduinoJson/Serialization/IndentedPrint.hpp +++ b/include/ArduinoJson/Serialization/IndentedPrint.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Serialization/JsonPrintable.hpp b/include/ArduinoJson/Serialization/JsonPrintable.hpp index 3e17fd5c..f215a8d0 100644 --- a/include/ArduinoJson/Serialization/JsonPrintable.hpp +++ b/include/ArduinoJson/Serialization/JsonPrintable.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Serialization/JsonSerializer.hpp b/include/ArduinoJson/Serialization/JsonSerializer.hpp index d5003338..19d4c39a 100644 --- a/include/ArduinoJson/Serialization/JsonSerializer.hpp +++ b/include/ArduinoJson/Serialization/JsonSerializer.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Serialization/JsonSerializerImpl.hpp b/include/ArduinoJson/Serialization/JsonSerializerImpl.hpp index 847ce2f2..eddddad9 100644 --- a/include/ArduinoJson/Serialization/JsonSerializerImpl.hpp +++ b/include/ArduinoJson/Serialization/JsonSerializerImpl.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Serialization/JsonWriter.hpp b/include/ArduinoJson/Serialization/JsonWriter.hpp index 35a59909..0f8774a6 100644 --- a/include/ArduinoJson/Serialization/JsonWriter.hpp +++ b/include/ArduinoJson/Serialization/JsonWriter.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Serialization/Prettyfier.hpp b/include/ArduinoJson/Serialization/Prettyfier.hpp index fbb364b3..57406560 100644 --- a/include/ArduinoJson/Serialization/Prettyfier.hpp +++ b/include/ArduinoJson/Serialization/Prettyfier.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Serialization/StaticStringBuilder.hpp b/include/ArduinoJson/Serialization/StaticStringBuilder.hpp index 19328b3c..083efcc8 100644 --- a/include/ArduinoJson/Serialization/StaticStringBuilder.hpp +++ b/include/ArduinoJson/Serialization/StaticStringBuilder.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/Serialization/StreamPrintAdapter.hpp b/include/ArduinoJson/Serialization/StreamPrintAdapter.hpp index 23007af7..76e1e35a 100644 --- a/include/ArduinoJson/Serialization/StreamPrintAdapter.hpp +++ b/include/ArduinoJson/Serialization/StreamPrintAdapter.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/StaticJsonBuffer.hpp b/include/ArduinoJson/StaticJsonBuffer.hpp index 1760168a..34b33696 100644 --- a/include/ArduinoJson/StaticJsonBuffer.hpp +++ b/include/ArduinoJson/StaticJsonBuffer.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/StringTraits/ArduinoStream.hpp b/include/ArduinoJson/StringTraits/ArduinoStream.hpp index 55d534d0..484d6e04 100644 --- a/include/ArduinoJson/StringTraits/ArduinoStream.hpp +++ b/include/ArduinoJson/StringTraits/ArduinoStream.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/StringTraits/CharPointer.hpp b/include/ArduinoJson/StringTraits/CharPointer.hpp index 6eb280b3..382d7e23 100644 --- a/include/ArduinoJson/StringTraits/CharPointer.hpp +++ b/include/ArduinoJson/StringTraits/CharPointer.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/StringTraits/FlashString.hpp b/include/ArduinoJson/StringTraits/FlashString.hpp index af5fe105..4ceb4c74 100644 --- a/include/ArduinoJson/StringTraits/FlashString.hpp +++ b/include/ArduinoJson/StringTraits/FlashString.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/StringTraits/StdStream.hpp b/include/ArduinoJson/StringTraits/StdStream.hpp index 3b4593d9..3085cf65 100644 --- a/include/ArduinoJson/StringTraits/StdStream.hpp +++ b/include/ArduinoJson/StringTraits/StdStream.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/StringTraits/StdString.hpp b/include/ArduinoJson/StringTraits/StdString.hpp index 4c210708..7c0205cd 100644 --- a/include/ArduinoJson/StringTraits/StdString.hpp +++ b/include/ArduinoJson/StringTraits/StdString.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/StringTraits/StringTraits.hpp b/include/ArduinoJson/StringTraits/StringTraits.hpp index fc24504b..9fd03065 100644 --- a/include/ArduinoJson/StringTraits/StringTraits.hpp +++ b/include/ArduinoJson/StringTraits/StringTraits.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/TypeTraits/EnableIf.hpp b/include/ArduinoJson/TypeTraits/EnableIf.hpp index 44a4ed5b..654b308e 100644 --- a/include/ArduinoJson/TypeTraits/EnableIf.hpp +++ b/include/ArduinoJson/TypeTraits/EnableIf.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/TypeTraits/FloatTraits.hpp b/include/ArduinoJson/TypeTraits/FloatTraits.hpp index 9ad398a6..2915d2b3 100644 --- a/include/ArduinoJson/TypeTraits/FloatTraits.hpp +++ b/include/ArduinoJson/TypeTraits/FloatTraits.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/TypeTraits/IsArray.hpp b/include/ArduinoJson/TypeTraits/IsArray.hpp index e8627088..713808ae 100644 --- a/include/ArduinoJson/TypeTraits/IsArray.hpp +++ b/include/ArduinoJson/TypeTraits/IsArray.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/TypeTraits/IsBaseOf.hpp b/include/ArduinoJson/TypeTraits/IsBaseOf.hpp index a090eab3..9e68debc 100644 --- a/include/ArduinoJson/TypeTraits/IsBaseOf.hpp +++ b/include/ArduinoJson/TypeTraits/IsBaseOf.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/TypeTraits/IsChar.hpp b/include/ArduinoJson/TypeTraits/IsChar.hpp index 536e9880..bd1b5fdd 100644 --- a/include/ArduinoJson/TypeTraits/IsChar.hpp +++ b/include/ArduinoJson/TypeTraits/IsChar.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/TypeTraits/IsConst.hpp b/include/ArduinoJson/TypeTraits/IsConst.hpp index cf748e4c..7ffed844 100644 --- a/include/ArduinoJson/TypeTraits/IsConst.hpp +++ b/include/ArduinoJson/TypeTraits/IsConst.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/TypeTraits/IsFloatingPoint.hpp b/include/ArduinoJson/TypeTraits/IsFloatingPoint.hpp index a08f76c3..c04ce2a6 100644 --- a/include/ArduinoJson/TypeTraits/IsFloatingPoint.hpp +++ b/include/ArduinoJson/TypeTraits/IsFloatingPoint.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/TypeTraits/IsIntegral.hpp b/include/ArduinoJson/TypeTraits/IsIntegral.hpp index be39c5fa..e34add52 100644 --- a/include/ArduinoJson/TypeTraits/IsIntegral.hpp +++ b/include/ArduinoJson/TypeTraits/IsIntegral.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/TypeTraits/IsSame.hpp b/include/ArduinoJson/TypeTraits/IsSame.hpp index 74d03a3c..d96a5b55 100644 --- a/include/ArduinoJson/TypeTraits/IsSame.hpp +++ b/include/ArduinoJson/TypeTraits/IsSame.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/TypeTraits/IsSignedIntegral.hpp b/include/ArduinoJson/TypeTraits/IsSignedIntegral.hpp index 8169d07f..fde6e13b 100644 --- a/include/ArduinoJson/TypeTraits/IsSignedIntegral.hpp +++ b/include/ArduinoJson/TypeTraits/IsSignedIntegral.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/TypeTraits/IsUnsignedIntegral.hpp b/include/ArduinoJson/TypeTraits/IsUnsignedIntegral.hpp index 02fc3279..173763e0 100644 --- a/include/ArduinoJson/TypeTraits/IsUnsignedIntegral.hpp +++ b/include/ArduinoJson/TypeTraits/IsUnsignedIntegral.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/TypeTraits/RemoveConst.hpp b/include/ArduinoJson/TypeTraits/RemoveConst.hpp index eae23082..0186234e 100644 --- a/include/ArduinoJson/TypeTraits/RemoveConst.hpp +++ b/include/ArduinoJson/TypeTraits/RemoveConst.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/include/ArduinoJson/TypeTraits/RemoveReference.hpp b/include/ArduinoJson/TypeTraits/RemoveReference.hpp index 8d57c835..4968997e 100644 --- a/include/ArduinoJson/TypeTraits/RemoveReference.hpp +++ b/include/ArduinoJson/TypeTraits/RemoveReference.hpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #pragma once diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 241fa38f..cfdae39f 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -2,7 +2,7 @@ # MIT License # # Arduino JSON library -# https://github.com/bblanchon/ArduinoJson +# https://bblanchon.github.io/ArduinoJson/ # If you like this project, please add a star! include(gtest.cmake) diff --git a/test/Deprecated_Tests.cpp b/test/Deprecated_Tests.cpp index 790efa6a..4ba636f4 100644 --- a/test/Deprecated_Tests.cpp +++ b/test/Deprecated_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #define ARDUINOJSON_ENABLE_DEPRECATED 1 diff --git a/test/DynamicJsonBuffer_Array_Tests.cpp b/test/DynamicJsonBuffer_Array_Tests.cpp index db343d04..0bfbbbd0 100644 --- a/test/DynamicJsonBuffer_Array_Tests.cpp +++ b/test/DynamicJsonBuffer_Array_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/DynamicJsonBuffer_Basic_Tests.cpp b/test/DynamicJsonBuffer_Basic_Tests.cpp index abd5a1da..d832fae5 100644 --- a/test/DynamicJsonBuffer_Basic_Tests.cpp +++ b/test/DynamicJsonBuffer_Basic_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/DynamicJsonBuffer_NoMemory_Tests.cpp b/test/DynamicJsonBuffer_NoMemory_Tests.cpp index 92835144..df9762ac 100644 --- a/test/DynamicJsonBuffer_NoMemory_Tests.cpp +++ b/test/DynamicJsonBuffer_NoMemory_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include @@ -45,7 +45,8 @@ TEST_F(DynamicJsonBuffer_NoMemory_Tests, ParseObject) { } TEST_F(DynamicJsonBuffer_NoMemory_Tests, String) { - DynamicJsonBufferBase::String str = _jsonBuffer.startString(); + DynamicJsonBufferBase::String str = + _jsonBuffer.startString(); str.append('!'); ASSERT_EQ(NULL, str.c_str()); } diff --git a/test/DynamicJsonBuffer_Object_Tests.cpp b/test/DynamicJsonBuffer_Object_Tests.cpp index 9760a003..fe710c35 100644 --- a/test/DynamicJsonBuffer_Object_Tests.cpp +++ b/test/DynamicJsonBuffer_Object_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/DynamicJsonBuffer_String_Tests.cpp b/test/DynamicJsonBuffer_String_Tests.cpp index 6648d21b..abcd7fca 100644 --- a/test/DynamicJsonBuffer_String_Tests.cpp +++ b/test/DynamicJsonBuffer_String_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/GbathreeBug.cpp b/test/GbathreeBug.cpp index 692e1b60..7ff3c80d 100644 --- a/test/GbathreeBug.cpp +++ b/test/GbathreeBug.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/IntegrationTests.cpp b/test/IntegrationTests.cpp index 4957a882..ec9cb875 100644 --- a/test/IntegrationTests.cpp +++ b/test/IntegrationTests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/Issue10.cpp b/test/Issue10.cpp index 61ec0fa4..6e0d1a14 100644 --- a/test/Issue10.cpp +++ b/test/Issue10.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/Issue214.cpp b/test/Issue214.cpp index bd029663..e0b1afba 100644 --- a/test/Issue214.cpp +++ b/test/Issue214.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/Issue34.cpp b/test/Issue34.cpp index aceb6b5f..ffcd778a 100644 --- a/test/Issue34.cpp +++ b/test/Issue34.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonArray_Add_Tests.cpp b/test/JsonArray_Add_Tests.cpp index 8ecd9545..d88b2044 100644 --- a/test/JsonArray_Add_Tests.cpp +++ b/test/JsonArray_Add_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonArray_Basic_Tests.cpp b/test/JsonArray_Basic_Tests.cpp index b5121832..dc3e84e6 100644 --- a/test/JsonArray_Basic_Tests.cpp +++ b/test/JsonArray_Basic_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonArray_CopyFrom_Tests.cpp b/test/JsonArray_CopyFrom_Tests.cpp index 216f75cf..ef5786ac 100644 --- a/test/JsonArray_CopyFrom_Tests.cpp +++ b/test/JsonArray_CopyFrom_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonArray_CopyTo_Tests.cpp b/test/JsonArray_CopyTo_Tests.cpp index e5693430..b8438fb5 100644 --- a/test/JsonArray_CopyTo_Tests.cpp +++ b/test/JsonArray_CopyTo_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonArray_Invalid_Tests.cpp b/test/JsonArray_Invalid_Tests.cpp index 193d1f41..a683e206 100644 --- a/test/JsonArray_Invalid_Tests.cpp +++ b/test/JsonArray_Invalid_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonArray_Iterator_Tests.cpp b/test/JsonArray_Iterator_Tests.cpp index 18ec4580..61ecc4ba 100644 --- a/test/JsonArray_Iterator_Tests.cpp +++ b/test/JsonArray_Iterator_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonArray_PrettyPrintTo_Tests.cpp b/test/JsonArray_PrettyPrintTo_Tests.cpp index 7b990d47..7fa37c94 100644 --- a/test/JsonArray_PrettyPrintTo_Tests.cpp +++ b/test/JsonArray_PrettyPrintTo_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonArray_PrintTo_Tests.cpp b/test/JsonArray_PrintTo_Tests.cpp index a6999376..374cf50d 100644 --- a/test/JsonArray_PrintTo_Tests.cpp +++ b/test/JsonArray_PrintTo_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonArray_Remove_Tests.cpp b/test/JsonArray_Remove_Tests.cpp index dd2ee7a3..4f233610 100644 --- a/test/JsonArray_Remove_Tests.cpp +++ b/test/JsonArray_Remove_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonArray_Set_Tests.cpp b/test/JsonArray_Set_Tests.cpp index a5da0d09..ce60a249 100644 --- a/test/JsonArray_Set_Tests.cpp +++ b/test/JsonArray_Set_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonArray_Subscript_Tests.cpp b/test/JsonArray_Subscript_Tests.cpp index d123915a..07e469bf 100644 --- a/test/JsonArray_Subscript_Tests.cpp +++ b/test/JsonArray_Subscript_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonObject_Basic_Tests.cpp b/test/JsonObject_Basic_Tests.cpp index 7bebcffa..d102f1ee 100644 --- a/test/JsonObject_Basic_Tests.cpp +++ b/test/JsonObject_Basic_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonObject_ContainsKey_Tests.cpp b/test/JsonObject_ContainsKey_Tests.cpp index c79310e3..a756ac47 100644 --- a/test/JsonObject_ContainsKey_Tests.cpp +++ b/test/JsonObject_ContainsKey_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonObject_Get_Tests.cpp b/test/JsonObject_Get_Tests.cpp index b06da8a7..3feef0cd 100644 --- a/test/JsonObject_Get_Tests.cpp +++ b/test/JsonObject_Get_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonObject_Invalid_Tests.cpp b/test/JsonObject_Invalid_Tests.cpp index 108176b9..3c791560 100644 --- a/test/JsonObject_Invalid_Tests.cpp +++ b/test/JsonObject_Invalid_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonObject_Iterator_Tests.cpp b/test/JsonObject_Iterator_Tests.cpp index 35da134e..91ffd985 100644 --- a/test/JsonObject_Iterator_Tests.cpp +++ b/test/JsonObject_Iterator_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonObject_PrettyPrintTo_Tests.cpp b/test/JsonObject_PrettyPrintTo_Tests.cpp index f92456b3..6465bdee 100644 --- a/test/JsonObject_PrettyPrintTo_Tests.cpp +++ b/test/JsonObject_PrettyPrintTo_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonObject_PrintTo_Tests.cpp b/test/JsonObject_PrintTo_Tests.cpp index 4c8204b7..343bc519 100644 --- a/test/JsonObject_PrintTo_Tests.cpp +++ b/test/JsonObject_PrintTo_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonObject_Remove_Tests.cpp b/test/JsonObject_Remove_Tests.cpp index 689a3c2f..8018addd 100644 --- a/test/JsonObject_Remove_Tests.cpp +++ b/test/JsonObject_Remove_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonObject_Set_Tests.cpp b/test/JsonObject_Set_Tests.cpp index 252d6c7b..0d02182a 100644 --- a/test/JsonObject_Set_Tests.cpp +++ b/test/JsonObject_Set_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonObject_Subscript_Tests.cpp b/test/JsonObject_Subscript_Tests.cpp index 8fd8eb35..599be8be 100644 --- a/test/JsonObject_Subscript_Tests.cpp +++ b/test/JsonObject_Subscript_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonParser_Array_Tests.cpp b/test/JsonParser_Array_Tests.cpp index 38cda595..6889de6f 100644 --- a/test/JsonParser_Array_Tests.cpp +++ b/test/JsonParser_Array_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonParser_Nested_Tests.cpp b/test/JsonParser_Nested_Tests.cpp index 8d2051cf..8479cdb6 100644 --- a/test/JsonParser_Nested_Tests.cpp +++ b/test/JsonParser_Nested_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonParser_NestingLimit_Tests.cpp b/test/JsonParser_NestingLimit_Tests.cpp index 70242025..4baf43d0 100644 --- a/test/JsonParser_NestingLimit_Tests.cpp +++ b/test/JsonParser_NestingLimit_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonParser_Object_Tests.cpp b/test/JsonParser_Object_Tests.cpp index a0f96b21..b8fb0aba 100644 --- a/test/JsonParser_Object_Tests.cpp +++ b/test/JsonParser_Object_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonParser_Variant_Tests.cpp b/test/JsonParser_Variant_Tests.cpp index 4cdc6ed1..9004c2dd 100644 --- a/test/JsonParser_Variant_Tests.cpp +++ b/test/JsonParser_Variant_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonVariant_As_Tests.cpp b/test/JsonVariant_As_Tests.cpp index 32497a21..04b40964 100644 --- a/test/JsonVariant_As_Tests.cpp +++ b/test/JsonVariant_As_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonVariant_Comparison_Tests.cpp b/test/JsonVariant_Comparison_Tests.cpp index 67614a1a..94b775d9 100644 --- a/test/JsonVariant_Comparison_Tests.cpp +++ b/test/JsonVariant_Comparison_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonVariant_Copy_Tests.cpp b/test/JsonVariant_Copy_Tests.cpp index 082b30c8..ca443944 100644 --- a/test/JsonVariant_Copy_Tests.cpp +++ b/test/JsonVariant_Copy_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonVariant_Is_Tests.cpp b/test/JsonVariant_Is_Tests.cpp index 9644892a..51758e83 100644 --- a/test/JsonVariant_Is_Tests.cpp +++ b/test/JsonVariant_Is_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonVariant_PrintTo_Tests.cpp b/test/JsonVariant_PrintTo_Tests.cpp index 70d0459a..4c175d6c 100644 --- a/test/JsonVariant_PrintTo_Tests.cpp +++ b/test/JsonVariant_PrintTo_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonVariant_Storage_Tests.cpp b/test/JsonVariant_Storage_Tests.cpp index 45293b76..42066fbd 100644 --- a/test/JsonVariant_Storage_Tests.cpp +++ b/test/JsonVariant_Storage_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonVariant_Subscript_Tests.cpp b/test/JsonVariant_Subscript_Tests.cpp index fe5677b3..20d4ae5f 100644 --- a/test/JsonVariant_Subscript_Tests.cpp +++ b/test/JsonVariant_Subscript_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonVariant_Success_Tests.cpp b/test/JsonVariant_Success_Tests.cpp index b56c1bcb..0ca60281 100644 --- a/test/JsonVariant_Success_Tests.cpp +++ b/test/JsonVariant_Success_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonVariant_Undefined_Tests.cpp b/test/JsonVariant_Undefined_Tests.cpp index b1fb160e..37361301 100644 --- a/test/JsonVariant_Undefined_Tests.cpp +++ b/test/JsonVariant_Undefined_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonWriter_WriteFloat_Tests.cpp b/test/JsonWriter_WriteFloat_Tests.cpp index a8eeb8f3..a4f7cb01 100644 --- a/test/JsonWriter_WriteFloat_Tests.cpp +++ b/test/JsonWriter_WriteFloat_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/JsonWriter_WriteString_Tests.cpp b/test/JsonWriter_WriteString_Tests.cpp index 3e9c2a66..1431bc4b 100644 --- a/test/JsonWriter_WriteString_Tests.cpp +++ b/test/JsonWriter_WriteString_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/Polyfills_IsFloat_Tests.cpp b/test/Polyfills_IsFloat_Tests.cpp index 8c886bda..1084ba50 100644 --- a/test/Polyfills_IsFloat_Tests.cpp +++ b/test/Polyfills_IsFloat_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/Polyfills_IsInteger_Tests.cpp b/test/Polyfills_IsInteger_Tests.cpp index 376b8e03..1cab935b 100644 --- a/test/Polyfills_IsInteger_Tests.cpp +++ b/test/Polyfills_IsInteger_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/Polyfills_ParseFloat_Tests.cpp b/test/Polyfills_ParseFloat_Tests.cpp index d13629f3..290fa6ff 100644 --- a/test/Polyfills_ParseFloat_Tests.cpp +++ b/test/Polyfills_ParseFloat_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/Polyfills_ParseInteger_Tests.cpp b/test/Polyfills_ParseInteger_Tests.cpp index 31c98e58..98144e9e 100644 --- a/test/Polyfills_ParseInteger_Tests.cpp +++ b/test/Polyfills_ParseInteger_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/StaticJsonBuffer_Basic_Tests.cpp b/test/StaticJsonBuffer_Basic_Tests.cpp index 29edc824..375dc6cd 100644 --- a/test/StaticJsonBuffer_Basic_Tests.cpp +++ b/test/StaticJsonBuffer_Basic_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/StaticJsonBuffer_CreateArray_Tests.cpp b/test/StaticJsonBuffer_CreateArray_Tests.cpp index 1135305d..c8ef0252 100644 --- a/test/StaticJsonBuffer_CreateArray_Tests.cpp +++ b/test/StaticJsonBuffer_CreateArray_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/StaticJsonBuffer_CreateObject_Tests.cpp b/test/StaticJsonBuffer_CreateObject_Tests.cpp index d1ce13a8..c3b9f843 100644 --- a/test/StaticJsonBuffer_CreateObject_Tests.cpp +++ b/test/StaticJsonBuffer_CreateObject_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/StaticJsonBuffer_ParseArray_Tests.cpp b/test/StaticJsonBuffer_ParseArray_Tests.cpp index 7c7f1c79..8fa049c1 100644 --- a/test/StaticJsonBuffer_ParseArray_Tests.cpp +++ b/test/StaticJsonBuffer_ParseArray_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/StaticJsonBuffer_ParseObject_Tests.cpp b/test/StaticJsonBuffer_ParseObject_Tests.cpp index 855ae08c..bf0c636e 100644 --- a/test/StaticJsonBuffer_ParseObject_Tests.cpp +++ b/test/StaticJsonBuffer_ParseObject_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/StaticJsonBuffer_String_Tests.cpp b/test/StaticJsonBuffer_String_Tests.cpp index 58e7738d..7cb95dba 100644 --- a/test/StaticJsonBuffer_String_Tests.cpp +++ b/test/StaticJsonBuffer_String_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/StdStream_Tests.cpp b/test/StdStream_Tests.cpp index c41a45a7..0fc9c25e 100644 --- a/test/StdStream_Tests.cpp +++ b/test/StdStream_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/StringBuilderTests.cpp b/test/StringBuilderTests.cpp index 4ff8f0a8..0f27aaa8 100644 --- a/test/StringBuilderTests.cpp +++ b/test/StringBuilderTests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/String_Tests.cpp b/test/String_Tests.cpp index 19a15563..66356a2d 100644 --- a/test/String_Tests.cpp +++ b/test/String_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/TypeTraits_Tests.cpp b/test/TypeTraits_Tests.cpp index 0618ba27..866b75e7 100644 --- a/test/TypeTraits_Tests.cpp +++ b/test/TypeTraits_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/UnsignedChar_Tests.cpp b/test/UnsignedChar_Tests.cpp index 5f10dd48..0108079a 100644 --- a/test/UnsignedChar_Tests.cpp +++ b/test/UnsignedChar_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include diff --git a/test/VariableLengthArray_Tests.cpp b/test/VariableLengthArray_Tests.cpp index 68acd209..660ddcc9 100644 --- a/test/VariableLengthArray_Tests.cpp +++ b/test/VariableLengthArray_Tests.cpp @@ -2,7 +2,7 @@ // MIT License // // Arduino JSON library -// https://github.com/bblanchon/ArduinoJson +// https://bblanchon.github.io/ArduinoJson/ // If you like this project, please add a star! #include