Current section

Files

Jump to
jason_erl src jason.hrl
Raw

src/jason.hrl

-record(opt, {nl = [] :: list()
,indent = false
,records = [] :: list()
,mode = struct :: atom()
,binary = undefined :: atom()
,aliases = [] :: list()
}).