formatter and verifier allow unquoted keys now too
This commit is contained in:
parent
098fcbab1e
commit
52511d24c1
1 changed files with 3 additions and 1 deletions
|
@ -72,7 +72,9 @@ parse_opts([], Opts) ->
|
||||||
|
|
||||||
|
|
||||||
extract_parser_opts(Opts) ->
|
extract_parser_opts(Opts) ->
|
||||||
[ {K, V} || {K, V} <- Opts, lists:member(K, [comments, encoding]) ].
|
[ {K, V} || {K, V} <-
|
||||||
|
Opts, lists:member(K, [comments, encoding, unquoted_keys])
|
||||||
|
].
|
||||||
|
|
||||||
|
|
||||||
format_something({event, start_object, Next}, Opts, Level) ->
|
format_something({event, start_object, Next}, Opts, Level) ->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue