PostgreSQL Source Code  git master
JsValue Struct Reference

Data Fields

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

Detailed Description

Definition at line 291 of file jsonfuncs.c.

Field Documentation

◆ is_json

◆ 

◆ jsonb

◆ len

int JsValue::len

Definition at line 299 of file jsonfuncs.c.

◆ str

char* JsValue::str

Definition at line 298 of file jsonfuncs.c.

◆ type

JsonTokenType JsValue::type

Definition at line 300 of file jsonfuncs.c.

◆ 


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