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