add option for streaming mode for value based decoder

This commit is contained in:
alisdair sullivan 2011-07-26 13:32:15 -07:00
parent 9ce9dc429c
commit 9f2c353d89

View file

@ -113,8 +113,10 @@
-type decoder_opts() :: [decoder_opt()].
-type decoder_opt() :: {strict, true | false}
| {stream, true | false}
| {encoding, supported_utf()}.
-type verify_opts() :: [verify_opt()].
-type verify_opt() :: {encoding, auto | supported_utf()}
| {repeated_keys, true | false}