// ArduinoJson - https://arduinojson.org // Copyright © 2014-2022, Benoit BLANCHON // MIT License #pragma once #include namespace ARDUINOJSON_NAMESPACE { template struct Converter; // clang-format off template class InvalidConversion; // Error here? See https://arduinojson.org/v6/invalid-conversion/ // clang-format on template struct ConverterNeedsWriteableRef; } // namespace ARDUINOJSON_NAMESPACE