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