PostgreSQL Source Code git master
Loading...
Searching...
No Matches
json_field Struct Reference

Data Fields

const charname
 
JsonTokenType type
 
union { 
 
   char **   scalar 
 
   struct curl_slist **   array 
 
};  
 
bool required
 

Detailed Description

Definition at line 435 of file oauth-curl.c.

Field Documentation

◆ [union]

union { ... } json_field

◆ array

struct curl_slist** json_field::array

◆ name

◆ required

bool json_field::required

Definition at line 448 of file oauth-curl.c.

Referenced by parse_oauth_json().

◆ scalar

char** json_field::scalar

◆ type


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