Packages

Native gleam json parser/generator with jsonpath querying

Current section

Files

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

include/simplejson@internal@jsonpath_Function.hrl

-record(function, {
deffn :: simplejson@internal@jsonpath:defined_function(),
args :: list(simplejson@internal@jsonpath:function_argument())
}).