Преглед изворни кода

Updated copyright for 2015

Benoit Blanchon пре 11 година
родитељ
комит
5e5f060fc0
70 измењених фајлова са 74 додато и 75 уклоњено
  1. 1 1
      include/ArduinoJson/Arduino/Print.hpp
  2. 1 1
      include/ArduinoJson/DynamicJsonBuffer.hpp
  3. 1 1
      include/ArduinoJson/Internals/IndentedPrint.hpp
  4. 2 3
      include/ArduinoJson/Internals/JsonBufferAllocated.hpp
  5. 1 1
      include/ArduinoJson/Internals/JsonParser.hpp
  6. 1 1
      include/ArduinoJson/Internals/JsonPrintable.hpp
  7. 1 1
      include/ArduinoJson/Internals/JsonVariantContent.hpp
  8. 1 1
      include/ArduinoJson/Internals/JsonVariantType.hpp
  9. 1 1
      include/ArduinoJson/Internals/JsonWriter.hpp
  10. 1 1
      include/ArduinoJson/Internals/List.hpp
  11. 1 1
      include/ArduinoJson/Internals/ListConstIterator.hpp
  12. 1 1
      include/ArduinoJson/Internals/ListIterator.hpp
  13. 1 1
      include/ArduinoJson/Internals/ListNode.hpp
  14. 1 1
      include/ArduinoJson/Internals/Prettyfier.hpp
  15. 1 1
      include/ArduinoJson/Internals/QuotedString.hpp
  16. 1 1
      include/ArduinoJson/Internals/ReferenceType.hpp
  17. 1 1
      include/ArduinoJson/Internals/StringBuilder.hpp
  18. 1 1
      include/ArduinoJson/JsonArray.hpp
  19. 1 1
      include/ArduinoJson/JsonBuffer.hpp
  20. 1 1
      include/ArduinoJson/JsonObject.hpp
  21. 1 1
      include/ArduinoJson/JsonPair.hpp
  22. 1 1
      include/ArduinoJson/JsonVariant.hpp
  23. 1 1
      include/ArduinoJson/StaticJsonBuffer.hpp
  24. 1 1
      src/Arduino/Print.cpp
  25. 1 1
      src/Internals/IndentedPrint.cpp
  26. 1 1
      src/Internals/JsonParser.cpp
  27. 1 1
      src/Internals/List.cpp
  28. 1 1
      src/Internals/Prettyfier.cpp
  29. 1 1
      src/Internals/QuotedString.cpp
  30. 1 1
      src/Internals/StringBuilder.cpp
  31. 1 1
      src/JsonArray.cpp
  32. 1 1
      src/JsonBuffer.cpp
  33. 1 1
      src/JsonObject.cpp
  34. 1 1
      src/JsonVariant.cpp
  35. 1 1
      test/DynamicJsonBuffer_Array_Tests.cpp
  36. 4 4
      test/DynamicJsonBuffer_Basic_Tests.cpp
  37. 1 1
      test/DynamicJsonBuffer_Object_Tests.cpp
  38. 1 1
      test/GbathreeBug.cpp
  39. 1 1
      test/IntegrationTests.cpp
  40. 1 1
      test/Issue10.cpp
  41. 1 1
      test/Issue34.cpp
  42. 1 1
      test/JsonArray_Container_Tests.cpp
  43. 1 1
      test/JsonArray_Invalid_Tests.cpp
  44. 1 1
      test/JsonArray_Iterator_Tests.cpp
  45. 1 1
      test/JsonArray_PrettyPrintTo_Tests.cpp
  46. 1 1
      test/JsonArray_PrintTo_Tests.cpp
  47. 1 1
      test/JsonObject_Container_Tests.cpp
  48. 1 1
      test/JsonObject_Invalid_Tests.cpp
  49. 1 1
      test/JsonObject_Iterator_Tests.cpp
  50. 1 1
      test/JsonObject_PrettyPrintTo_Tests.cpp
  51. 1 1
      test/JsonObject_PrintTo_Tests.cpp
  52. 1 1
      test/JsonParser_Array_Tests.cpp
  53. 1 1
      test/JsonParser_Nested_Tests.cpp
  54. 1 1
      test/JsonParser_NestingLimit_Tests.cpp
  55. 1 1
      test/JsonParser_Object_Tests.cpp
  56. 1 1
      test/JsonVariant_Comparison_Tests.cpp
  57. 1 1
      test/JsonVariant_Copy_Tests.cpp
  58. 1 1
      test/JsonVariant_Invalid_Tests.cpp
  59. 1 1
      test/JsonVariant_PrintTo_Tests.cpp
  60. 1 1
      test/JsonVariant_Storage_Tests.cpp
  61. 1 1
      test/JsonVariant_Subscript_Tests.cpp
  62. 1 1
      test/JsonVariant_Undefined_Tests.cpp
  63. 1 1
      test/Printers.cpp
  64. 1 1
      test/Printers.hpp
  65. 1 1
      test/QuotedString_ExtractFrom_Tests.cpp
  66. 1 1
      test/QuotedString_PrintTo_Tests.cpp
  67. 1 1
      test/StaticJsonBuffer_Array_Tests.cpp
  68. 1 1
      test/StaticJsonBuffer_Basic_Tests.cpp
  69. 1 1
      test/StaticJsonBuffer_Object_Tests.cpp
  70. 1 1
      test/StringBuilderTests.cpp

+ 1 - 1
include/ArduinoJson/Arduino/Print.hpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
include/ArduinoJson/DynamicJsonBuffer.hpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
include/ArduinoJson/Internals/IndentedPrint.hpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 2 - 3
include/ArduinoJson/Internals/JsonBufferAllocated.hpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library
@@ -17,8 +17,7 @@ class JsonBufferAllocated {
     return jsonBuffer->alloc(n);
   }
 
-  void operator delete(void*, JsonBuffer *) throw() {
-  }
+  void operator delete(void *, JsonBuffer *) throw() {}
 };
 }
 }

+ 1 - 1
include/ArduinoJson/Internals/JsonParser.hpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
include/ArduinoJson/Internals/JsonPrintable.hpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
include/ArduinoJson/Internals/JsonVariantContent.hpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
include/ArduinoJson/Internals/JsonVariantType.hpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
include/ArduinoJson/Internals/JsonWriter.hpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
include/ArduinoJson/Internals/List.hpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
include/ArduinoJson/Internals/ListConstIterator.hpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
include/ArduinoJson/Internals/ListIterator.hpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
include/ArduinoJson/Internals/ListNode.hpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
include/ArduinoJson/Internals/Prettyfier.hpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
include/ArduinoJson/Internals/QuotedString.hpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
include/ArduinoJson/Internals/ReferenceType.hpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
include/ArduinoJson/Internals/StringBuilder.hpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
include/ArduinoJson/JsonArray.hpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
include/ArduinoJson/JsonBuffer.hpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
include/ArduinoJson/JsonObject.hpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
include/ArduinoJson/JsonPair.hpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
include/ArduinoJson/JsonVariant.hpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
include/ArduinoJson/StaticJsonBuffer.hpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
src/Arduino/Print.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
src/Internals/IndentedPrint.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
src/Internals/JsonParser.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
src/Internals/List.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
src/Internals/Prettyfier.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
src/Internals/QuotedString.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
src/Internals/StringBuilder.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
src/JsonArray.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
src/JsonBuffer.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
src/JsonObject.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
src/JsonVariant.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/DynamicJsonBuffer_Array_Tests.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 4 - 4
test/DynamicJsonBuffer_Basic_Tests.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library
@@ -46,14 +46,14 @@ TEST_F(DynamicJsonBuffer_Basic_Tests, BlockCountChangesWhenFull) {
 
 TEST_F(DynamicJsonBuffer_Basic_Tests, CanAllocLessThanBlockCapacity) {
   void* p1 = buffer.alloc(DynamicJsonBuffer::BLOCK_CAPACITY);
-  ASSERT_FALSE(p1==NULL);
+  ASSERT_FALSE(p1 == NULL);
   void* p2 = buffer.alloc(DynamicJsonBuffer::BLOCK_CAPACITY);
-  ASSERT_FALSE(p2==NULL);
+  ASSERT_FALSE(p2 == NULL);
 }
 
 TEST_F(DynamicJsonBuffer_Basic_Tests, CantAllocMoreThanBlockCapacity) {
   void* p = buffer.alloc(DynamicJsonBuffer::BLOCK_CAPACITY + 1);
-  ASSERT_TRUE(p==NULL);
+  ASSERT_TRUE(p == NULL);
 }
 
 TEST_F(DynamicJsonBuffer_Basic_Tests, ReturnDifferentPointer) {

+ 1 - 1
test/DynamicJsonBuffer_Object_Tests.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/GbathreeBug.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/IntegrationTests.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/Issue10.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/Issue34.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/JsonArray_Container_Tests.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/JsonArray_Invalid_Tests.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/JsonArray_Iterator_Tests.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/JsonArray_PrettyPrintTo_Tests.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/JsonArray_PrintTo_Tests.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/JsonObject_Container_Tests.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/JsonObject_Invalid_Tests.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/JsonObject_Iterator_Tests.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/JsonObject_PrettyPrintTo_Tests.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/JsonObject_PrintTo_Tests.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/JsonParser_Array_Tests.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/JsonParser_Nested_Tests.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/JsonParser_NestingLimit_Tests.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/JsonParser_Object_Tests.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/JsonVariant_Comparison_Tests.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/JsonVariant_Copy_Tests.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/JsonVariant_Invalid_Tests.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/JsonVariant_PrintTo_Tests.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/JsonVariant_Storage_Tests.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/JsonVariant_Subscript_Tests.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/JsonVariant_Undefined_Tests.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/Printers.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/Printers.hpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/QuotedString_ExtractFrom_Tests.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/QuotedString_PrintTo_Tests.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/StaticJsonBuffer_Array_Tests.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/StaticJsonBuffer_Basic_Tests.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/StaticJsonBuffer_Object_Tests.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library

+ 1 - 1
test/StringBuilderTests.cpp

@@ -1,4 +1,4 @@
-// Copyright Benoit Blanchon 2014
+// Copyright Benoit Blanchon 2014-2015
 // MIT License
 //
 // Arduino JSON library