Packages

Native gleam json parser/generator with jsonpath querying

Current section

Files

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

include/simplejson@internal@jsonpath_LogicalAndExpression.hrl

-record(logical_and_expression, {
'and' :: list(simplejson@internal@jsonpath:expression())
}).