#include <sensesp/types/json.h>
|
| static void | toJson (const std::vector< T > &src, JsonVariant dst) |
| |
| static std::vector< T > | fromJson (JsonVariantConst src) |
| |
| static bool | checkJson (JsonVariantConst src) |
| |
template<typename T>
struct ArduinoJson::Converter< std::vector< T > >
Definition at line 10 of file json.h.
◆ checkJson()
template<typename T >
| static bool ArduinoJson::Converter< std::vector< T > >::checkJson |
( |
JsonVariantConst |
src | ) |
|
|
inlinestatic |
◆ fromJson()
template<typename T >
| static std::vector< T > ArduinoJson::Converter< std::vector< T > >::fromJson |
( |
JsonVariantConst |
src | ) |
|
|
inlinestatic |
◆ toJson()
template<typename T >
| static void ArduinoJson::Converter< std::vector< T > >::toJson |
( |
const std::vector< T > & |
src, |
|
|
JsonVariant |
dst |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: