diff --git a/src/jsx_common.hrl b/src/jsx_common.hrl index 242f94d..6431434 100644 --- a/src/jsx_common.hrl +++ b/src/jsx_common.hrl @@ -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}