@@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org
-// Copyright Benoit Blanchon 2014-2019
+// Copyright Benoit Blanchon 2014-2020
// MIT License
#include "src/ArduinoJson.h"
# ArduinoJson - arduinojson.org
-# Copyright Benoit Blanchon 2014-2019
+# Copyright Benoit Blanchon 2014-2020
# MIT License
cmake_minimum_required(VERSION 3.0)
//
// This example shows how to store your project configuration in a file.
// This example shows how to generate a JSON document with ArduinoJson.
// This example shows how to parse a JSON document in an HTTP response.
// This example shows how to deserialize a JSON document with ArduinoJson.
// This example shows how to implement an HTTP server that sends a JSON document
// This example shows how to send a JSON document to a UDP socket.
// This example shows how to deserialize a MessagePack document with
// This example shows the different ways you can use Flash strings with
// This example shows the different ways you can use String with ArduinoJson.
if(MSVC)
// This file is NOT use by Google's OSS fuzz
add_subdirectory(catch)
add_executable(ElementProxyTests
#include <ArduinoJson.h>
#pragma once
add_executable(IntegrationTests
add_executable(JsonArrayTests
add_executable(JsonDeserializerTests
#define ARDUINOJSON_DECODE_UNICODE 1
#define ARDUINOJSON_USE_LONG_LONG 0
add_executable(JsonDocumentTests
add_executable(JsonObjectTests
add_executable(JsonSerializerTests
add_executable(JsonVariantTests