SensESP 3.4.1-alpha
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
ArduinoJson::Converter< std::vector< T > > Struct Template Reference

#include <sensesp/types/json.h>

Static Public Member Functions

static void toJson (const std::vector< T > &src, JsonVariant dst)
 
static std::vector< T > fromJson (JsonVariantConst src)
 
static bool checkJson (JsonVariantConst src)
 

Detailed Description

template<typename T>
struct ArduinoJson::Converter< std::vector< T > >

Definition at line 10 of file json.h.

Member Function Documentation

◆ checkJson()

template<typename T >
static bool ArduinoJson::Converter< std::vector< T > >::checkJson ( JsonVariantConst  src)
inlinestatic

Definition at line 22 of file json.h.

◆ fromJson()

template<typename T >
static std::vector< T > ArduinoJson::Converter< std::vector< T > >::fromJson ( JsonVariantConst  src)
inlinestatic

Definition at line 16 of file json.h.

◆ toJson()

template<typename T >
static void ArduinoJson::Converter< std::vector< T > >::toJson ( const std::vector< T > &  src,
JsonVariant  dst 
)
inlinestatic

Definition at line 11 of file json.h.


The documentation for this struct was generated from the following file: