Skip to content

Commit 30300e2

Browse files
committed
Add include for .hrl
1 parent 95490bc commit 30300e2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/jason.hrl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)