unifies options to encoder/decoder to allow abstraction over various different built in iterators
This commit is contained in:
parent
c743debc6d
commit
3bf5506292
4 changed files with 16 additions and 11 deletions
|
@ -26,7 +26,7 @@
|
|||
%% this file should take that into account
|
||||
|
||||
|
||||
-spec decoder(OptsList::jsx_decoder_opts()) -> jsx_decoder().
|
||||
-spec decoder(OptsList::jsx_opts()) -> jsx_decoder().
|
||||
|
||||
%% opts record for decoder
|
||||
-record(opts, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue