more comments for jsx_parser
This commit is contained in:
parent
d6497e1755
commit
71bd2834fd
1 changed files with 3 additions and 4 deletions
|
@ -25,6 +25,8 @@
|
|||
-author("alisdairsullivan@yahoo.ca").
|
||||
|
||||
-export([decode/1, event/2]).
|
||||
|
||||
%% export to allow the dirty hack below
|
||||
-export([literal/1, string/1, float/1, integer/1]).
|
||||
|
||||
|
||||
|
@ -106,7 +108,4 @@ integer(Number) ->
|
|||
float(Number) ->
|
||||
list_to_float(Number).
|
||||
literal(Literal) ->
|
||||
Literal.
|
||||
|
||||
|
||||
|
||||
Literal.
|
Loading…
Add table
Add a link
Reference in a new issue