add option for streaming mode for value based decoder
This commit is contained in:
parent
9ce9dc429c
commit
9f2c353d89
1 changed files with 2 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue