NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
In this test, the expected output is consists of JSON key value (KV) pairs. More...
Public Attributes | |
std::string | key |
std::variant< uint8_t, uint16_t, uint32_t, uint64_t, int8_t, int16_t, int32_t, int64_t, float, double, char, bool, std::string > | value |
In this test, the expected output is consists of JSON key value (KV) pairs.
std::string NES::Runtime::JsonKVPair::key |
Referenced by NES::Runtime::JsonFormatTest::createJsonKVPair().
std::variant<uint8_t, uint16_t, uint32_t, uint64_t, int8_t, int16_t, int32_t, int64_t, float, double, char, bool, std::string> NES::Runtime::JsonKVPair::value |