basic to_term implementation, minor fixes to encoder

This commit is contained in:
alisdair sullivan 2011-11-24 06:33:15 -08:00
parent e89443b362
commit 455b1ce85c
4 changed files with 103 additions and 6 deletions

View file

@ -33,7 +33,7 @@
depth = 0
}).
-type opts() :: [].
-type opts() :: list().
-spec to_json(Source::(binary() | list()), Opts::opts()) -> binary().