Packages

Native gleam json parser/generator with jsonpath querying

Current section

Files

Jump to
simplejson include simplejson@internal@jsonpath_Paren.hrl
Raw

include/simplejson@internal@jsonpath_Paren.hrl

-record(paren, {
expr :: simplejson@internal@jsonpath:logical_expression(),
'not' :: boolean()
}).