PostgreSQL Source Code  git master
JsonPathParseResult Struct Reference

#include <jsonpath.h>

Data Fields

JsonPathParseItemexpr
 
bool lax
 

Detailed Description

Definition at line 272 of file jsonpath.h.

Field Documentation

◆ expr

JsonPathParseItem* JsonPathParseResult::expr

Definition at line 274 of file jsonpath.h.

Referenced by jsonPathFromCstring().

◆ lax

bool JsonPathParseResult::lax

Definition at line 275 of file jsonpath.h.

Referenced by jsonPathFromCstring().


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