From c1d8025081ca4d2389ab87f97ce1d430d4d96cdf Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Thu, 18 Aug 2011 06:25:10 -0700 Subject: [PATCH] update encoder_opts() spec --- include/jsx_common.hrl | 2 ++ 1 file changed, 2 insertions(+) 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()}.