Added JsonVariant as an input type for deserializeXxx()

This commit is contained in:
Benoit Blanchon
2020-05-05 13:16:32 +02:00
parent 3bb0a7aa8e
commit 95f05dad66
8 changed files with 103 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
#pragma once
#include <ArduinoJson/Polyfills/attributes.hpp>
#include <ArduinoJson/Variant/VariantData.hpp>
namespace ARDUINOJSON_NAMESPACE {