// ArduinoJson - arduinojson.org // Copyright Benoit Blanchon 2014-2019 // MIT License #pragma once #include using namespace ARDUINOJSON_NAMESPACE; struct custom_char_traits : std::char_traits {}; struct custom_allocator : std::allocator {}; typedef std::basic_string custom_string;