Implement IsString from StringAdapter

This commit is contained in:
Benoit Blanchon
2022-10-26 17:20:33 +02:00
parent ecb72f9a9d
commit c3d5e9382d
9 changed files with 9 additions and 41 deletions

View File

@@ -6,7 +6,7 @@
#include <ArduinoJson/Polyfills/attributes.hpp>
#include <ArduinoJson/Polyfills/type_traits.hpp>
#include <ArduinoJson/Strings/StringAdapters.hpp>
#include <ArduinoJson/Strings/IsString.hpp>
namespace ARDUINOJSON_NAMESPACE {
template <typename TSource>