Packages

Native gleam json parser/generator with jsonpath querying

Current section

Files

Jump to
simplejson include simplejson@jsonvalue_JsonNumber.hrl
Raw

include/simplejson@jsonvalue_JsonNumber.hrl

-record(json_number, {
int :: gleam@option:option(integer()),
float :: gleam@option:option(float()),
original :: gleam@option:option(binary())
}).