Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

JsonLexContext Struct Reference

#include <jsonapi.h>

Data Fields

char * input
int input_length
char * token_start
char * token_terminator
char * prev_token_terminator
JsonTokenType token_type
int lex_level
int line_number
char * line_start
StringInfo strval

Detailed Description

Definition at line 50 of file jsonapi.h.


Field Documentation

Definition at line 59 of file jsonapi.h.

Referenced by json_lex(), and makeJsonLexContext().

Definition at line 60 of file jsonapi.h.

Referenced by makeJsonLexContext().

Definition at line 61 of file jsonapi.h.

Referenced by json_lex_string(), json_object_keys(), lex_accept(), and makeJsonLexContext().


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