PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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 293 of file jsonfuncs.c.

Field Documentation

◆ is_json

bool JsValue::is_json

Definition at line 295 of file jsonfuncs.c.

Referenced by populate_array_element_end().

◆ [struct]

struct { ... } JsValue::json

◆ jsonb

JsonbValue* JsValue::jsonb

Definition at line 305 of file jsonfuncs.c.

◆ len

int JsValue::len

Definition at line 301 of file jsonfuncs.c.

◆ str

const char* JsValue::str

Definition at line 300 of file jsonfuncs.c.

◆ type

JsonTokenType JsValue::type

Definition at line 302 of file jsonfuncs.c.

◆ [union]

union { ... } JsValue::val

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