PostgreSQL Source Code
git master
|
#include <jsonpath.h>
Data Fields | |
JsonPathParseItem * | expr |
bool | lax |
Definition at line 272 of file jsonpath.h.
JsonPathParseItem* JsonPathParseResult::expr |
Definition at line 274 of file jsonpath.h.
Referenced by jsonPathFromCstring().
bool JsonPathParseResult::lax |
Definition at line 275 of file jsonpath.h.
Referenced by jsonPathFromCstring().