Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
StringAdapters.hpp
00001 // ArduinoJson - arduinojson.org 00002 // Copyright Benoit Blanchon 2014-2021 00003 // MIT License 00004 00005 #pragma once 00006 00007 #include <ArduinoJson/Strings/ConstRamStringAdapter.hpp> 00008 #include <ArduinoJson/Strings/RamStringAdapter.hpp> 00009 #include <ArduinoJson/Strings/SizedRamStringAdapter.hpp> 00010 00011 #if ARDUINOJSON_ENABLE_STD_STRING 00012 #include <ArduinoJson/Strings/StdStringAdapter.hpp> 00013 #endif 00014 00015 #if ARDUINOJSON_ENABLE_ARDUINO_STRING 00016 #include <ArduinoJson/Strings/ArduinoStringAdapter.hpp> 00017 #endif 00018 00019 #if ARDUINOJSON_ENABLE_PROGMEM 00020 #include <ArduinoJson/Strings/FlashStringAdapter.hpp> 00021 #include <ArduinoJson/Strings/SizedFlashStringAdapter.hpp> 00022 #endif
Generated on Wed Jul 13 2022 01:10:36 by
1.7.2