// ArduinoJson - https://arduinojson.org // Copyright Benoit Blanchon 2014-2021 // MIT License #pragma once #include #include #include #include #if ARDUINOJSON_ENABLE_STD_STRING # include #endif #if ARDUINOJSON_ENABLE_STRING_VIEW # include #endif #if ARDUINOJSON_ENABLE_ARDUINO_STRING # include #endif #if ARDUINOJSON_ENABLE_PROGMEM # include # include #endif