basic to_term implementation, minor fixes to encoder
This commit is contained in:
parent
e89443b362
commit
455b1ce85c
4 changed files with 103 additions and 6 deletions
|
@ -33,7 +33,7 @@
|
|||
depth = 0
|
||||
}).
|
||||
|
||||
-type opts() :: [].
|
||||
-type opts() :: list().
|
||||
|
||||
|
||||
-spec to_json(Source::(binary() | list()), Opts::opts()) -> binary().
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue