diff --git a/include/jsx_common.hrl b/include/jsx_common.hrl index 2603217..793ff23 100644 --- a/include/jsx_common.hrl +++ b/include/jsx_common.hrl @@ -125,6 +125,8 @@ -type decoder_opts() :: [decoder_opt()]. -type decoder_opt() :: {strict, true | false} + | {repeatable_keys, true | false} + | repeatable_keys | {encoding, supported_utf()}.