Packages

Native gleam json parser/generator with jsonpath querying

Current section

Files

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

include/simplejson@internal@jsonpath_Slice.hrl

-record(slice, {
start :: gleam@option:option(integer()),
'end' :: gleam@option:option(integer()),
step :: gleam@option:option(integer())
}).