PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
JsValue Struct Reference

Data Fields

bool is_json
 
union {
   struct {
      const char *   str
 
      int   len
 
      JsonTokenType   type
 
   }   json
 
   JsonbValue *   jsonb
 
val
 

Detailed Description

Definition at line 292 of file jsonfuncs.c.

Field Documentation

◆ is_json

◆ 

◆ jsonb

◆ len

◆ str

◆ type

◆ 


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