cueOS  2.4
cueOS - Universal Show Control OS for ARM
json_parser_json_string_s Struct Reference

JSON String structure object. More...

#include <json_parser.h>

Data Fields

char * data
 
uint16_t len
 

Detailed Description

JSON String structure object.

Definition at line 38 of file json_parser.h.

Field Documentation

◆ data

char* data

JSON string data buffer

Definition at line 39 of file json_parser.h.

◆ len

uint16_t len

JSON string data buffer length in bytes

Definition at line 40 of file json_parser.h.


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