jsx/include/jsx.hrl
alisdair sullivan 7468313ffc moved opts record def from jsx_common.hrl to a public jsx.hrl header file
actually included the new header, oops
2010-05-31 21:00:00 -07:00

5 lines
No EOL
95 B
Erlang

-record(opts, {
comments = false,
escaped_unicode = ascii,
naked_values = false
}).