PostgreSQL Source Code  git master
JsonHashEntry Struct Reference

Data Fields

char fname [NAMEDATALEN]
 
char * val
 
JsonTokenType type
 

Detailed Description

Definition at line 146 of file jsonfuncs.c.

Field Documentation

◆ fname

char JsonHashEntry::fname[NAMEDATALEN]

Definition at line 148 of file jsonfuncs.c.

◆ type

JsonTokenType JsonHashEntry::type

◆ val

char* JsonHashEntry::val

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