Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
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: