Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
 4.2.0-rc2
json_lexer Struct Reference

#include <json.h>

Data Fields

void *(* state )(struct json_lexer *lex)
char * start
char * pos
char * end
struct json_token tok

Field Documentation

◆ end

char* json_lexer::end

◆ pos

char* json_lexer::pos

◆ start

char* json_lexer::start

◆ state

void *(* json_lexer::state) (struct json_lexer *lex)

◆ tok

struct json_token json_lexer::tok

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