Updated copyright year from 2015 to 2016

This commit is contained in:
Benoit Blanchon
2016-01-07 22:35:12 +01:00
parent ab2502f7b8
commit b6d8e6c989
113 changed files with 250 additions and 122 deletions

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
// About this file // About this file
// --------------- // ---------------

View File

@ -1,3 +1,10 @@
# Copyright Benoit Blanchon 2014-2016
# MIT License
#
# Arduino JSON library
# https://github.com/bblanchon/ArduinoJson
# If you like this project, please add a star!
cmake_minimum_required(VERSION 2.8.12) cmake_minimum_required(VERSION 2.8.12)
project(ArduinoJson) project(ArduinoJson)

View File

@ -1,7 +1,7 @@
The MIT License (MIT) The MIT License (MIT)
--------------------- ---------------------
Copyright © 2014-2015 Benoit BLANCHON Copyright © 2014-2016 Benoit BLANCHON
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -3,7 +3,7 @@
// You can easily test this program with netcat: // You can easily test this program with netcat:
// $ nc -ulp 8888 // $ nc -ulp 8888
// //
// by Benoit Blanchon, MIT License 2015 // by Benoit Blanchon, MIT License 2015-2016
#include <SPI.h> #include <SPI.h>
#include <Ethernet.h> #include <Ethernet.h>

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include "ArduinoJson/DynamicJsonBuffer.hpp" #include "ArduinoJson/DynamicJsonBuffer.hpp"
#include "ArduinoJson/JsonArray.hpp" #include "ArduinoJson/JsonArray.hpp"

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once #pragma once

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#ifndef ARDUINO #ifndef ARDUINO

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
// About this file // About this file
// --------------- // ---------------

View File

@ -1,3 +1,10 @@
# Copyright Benoit Blanchon 2014-2016
# MIT License
#
# Arduino JSON library
# https://github.com/bblanchon/ArduinoJson
# If you like this project, please add a star!
file(GLOB_RECURSE HPP_FILES ../include/*.hpp) file(GLOB_RECURSE HPP_FILES ../include/*.hpp)
file(GLOB_RECURSE IPP_FILES ../include/*.ipp) file(GLOB_RECURSE IPP_FILES ../include/*.ipp)
file(GLOB_RECURSE CPP_FILES *.cpp) file(GLOB_RECURSE CPP_FILES *.cpp)

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include "../../include/ArduinoJson/Internals/Comments.hpp" #include "../../include/ArduinoJson/Internals/Comments.hpp"

View File

@ -1,12 +1,14 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include "../../include/ArduinoJson/Internals/Encoding.hpp" #include "../../include/ArduinoJson/Internals/Encoding.hpp"
// How to escape special chars: // How to escape special chars:
// _escapeTable[2*i+1] => the special char // _escapeTable[2*i+1] => the special char
// _escapeTable[2*i] => the char to use instead // _escapeTable[2*i] => the char to use instead
const char ArduinoJson::Internals::Encoding::_escapeTable[] = "\"\"\\\\b\bf\fn\nr\rt\t"; const char ArduinoJson::Internals::Encoding::_escapeTable[] =
"\"\"\\\\b\bf\fn\nr\rt\t";

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include "../../include/ArduinoJson/Internals/IndentedPrint.hpp" #include "../../include/ArduinoJson/Internals/IndentedPrint.hpp"

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include "../../include/ArduinoJson/Internals/JsonParser.hpp" #include "../../include/ArduinoJson/Internals/JsonParser.hpp"

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include "../../include/ArduinoJson/Internals/List.hpp" #include "../../include/ArduinoJson/Internals/List.hpp"

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include "../../include/ArduinoJson/Internals/Prettyfier.hpp" #include "../../include/ArduinoJson/Internals/Prettyfier.hpp"

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include "../../include/ArduinoJson/Internals/StaticStringBuilder.hpp" #include "../../include/ArduinoJson/Internals/StaticStringBuilder.hpp"

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include "../include/ArduinoJson/JsonArray.hpp" #include "../include/ArduinoJson/JsonArray.hpp"

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include "../include/ArduinoJson/JsonBuffer.hpp" #include "../include/ArduinoJson/JsonBuffer.hpp"

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include "../include/ArduinoJson/JsonObject.hpp" #include "../include/ArduinoJson/JsonObject.hpp"

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include "../include/ArduinoJson/JsonVariant.hpp" #include "../include/ArduinoJson/JsonVariant.hpp"

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,3 +1,10 @@
# Copyright Benoit Blanchon 2014-2016
# MIT License
#
# Arduino JSON library
# https://github.com/bblanchon/ArduinoJson
# If you like this project, please add a star!
set(GTEST_DIR ../third-party/gtest-1.7.0) set(GTEST_DIR ../third-party/gtest-1.7.0)
file(GLOB TESTS_FILES *.hpp *.cpp) file(GLOB TESTS_FILES *.hpp *.cpp)

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#define ARDUINOJSON_ENABLE_STD_STREAM #define ARDUINOJSON_ENABLE_STD_STREAM

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <limits.h> // for LONG_MAX #include <limits.h> // for LONG_MAX

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#define ARDUINOJSON_ENABLE_STD_STREAM #define ARDUINOJSON_ENABLE_STD_STREAM

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#define ARDUINOJSON_ENABLE_STD_STREAM #define ARDUINOJSON_ENABLE_STD_STREAM

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#define ARDUINOJSON_ENABLE_STD_STREAM #define ARDUINOJSON_ENABLE_STD_STREAM

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#define ARDUINOJSON_ENABLE_STD_STREAM #define ARDUINOJSON_ENABLE_STD_STREAM

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#define ARDUINOJSON_ENABLE_STD_STREAM #define ARDUINOJSON_ENABLE_STD_STREAM

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#define ARDUINOJSON_ENABLE_STD_STREAM #define ARDUINOJSON_ENABLE_STD_STREAM

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#define ARDUINOJSON_ENABLE_STD_STREAM #define ARDUINOJSON_ENABLE_STD_STREAM

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#define ARDUINOJSON_ENABLE_STD_STREAM #define ARDUINOJSON_ENABLE_STD_STREAM

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#define ARDUINOJSON_ENABLE_STD_STREAM #define ARDUINOJSON_ENABLE_STD_STREAM

View File

@ -1,8 +1,9 @@
// Copyright Benoit Blanchon 2014-2015 // Copyright Benoit Blanchon 2014-2016
// MIT License // MIT License
// //
// Arduino JSON library // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson // https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson.h> #include <ArduinoJson.h>

Some files were not shown because too many files have changed in this diff Show More