|
JsoNeat
Some JSON parse/iterate C++ classes build on top of Jsmn
|
pair of a reference and a json-key More...
#include </home/bertw/proj/mcu/libs/mbed-jsoneat/components/jsoneat/include/jsoneat/jsoneat.hh>
Public Member Functions | |
| KvPair (const char *json_key, D &value) | |
| construct object according of arguments. | |
Public Attributes | |
| const char * | key |
| D & | val |
pair of a reference and a json-key
| D | type of data value or object |
|
inline |
construct object according of arguments.
| value | reference to value variable |
| json_key | pointer to json key as cstring |