summaryrefslogtreecommitdiff
path: root/include/lib/ArduinoJson/Variant/Converter.hpp
blob: 476ca8fdf07ea1b09b99265d6cf4f0f2b30f35d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// MIT License

#pragma once

namespace ARDUINOJSON_NAMESPACE {

template <typename T, typename Enable = void>
struct Converter;

}  // namespace ARDUINOJSON_NAMESPACE