We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95490bc commit 30300e2Copy full SHA for 30300e2
src/jason.hrl
@@ -0,0 +1,7 @@
1
+-record(opt, {nl = [] :: list()
2
+ ,indent = false
3
+ ,records = [] :: list()
4
+ ,mode = struct :: atom()
5
+ ,binary = undefined :: atom()
6
+ ,aliases = [] :: list()
7
+ }).
0 commit comments