// ArduinoJson - arduinojson.org // Copyright Benoit Blanchon 2014-2018 // MIT License #pragma once #include "./DynamicStringWriter.hpp" #include "./StaticStringWriter.hpp" #if ARDUINOJSON_ENABLE_STD_STREAM #include "./StreamWriter.hpp" #endif namespace ARDUINOJSON_NAMESPACE { template