![]() |
cueOS
2.4
cueOS - Universal Show Control OS for ARM
|
JSON String structure object. More...
#include <json_parser.h>
Data Fields | |
char * | data |
uint16_t | len |
JSON String structure object.
Definition at line 38 of file json_parser.h.
char* data |
JSON string data buffer
Definition at line 39 of file json_parser.h.
uint16_t len |
JSON string data buffer length in bytes
Definition at line 40 of file json_parser.h.