mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2026-03-06 13:54:04 +01:00
Added support for custom converters (closes #687)
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
// Copyright Benoit Blanchon 2014-2021
|
||||
// MIT License
|
||||
|
||||
#include <ArduinoJson/Numbers/Integer.hpp>
|
||||
#include <ArduinoJson/Numbers/parseNumber.hpp>
|
||||
#include <ArduinoJson/Variant/VariantImpl.hpp>
|
||||
#include <ArduinoJson.hpp>
|
||||
#include <catch.hpp>
|
||||
|
||||
using namespace ARDUINOJSON_NAMESPACE;
|
||||
|
||||
Reference in New Issue
Block a user