streamlined options
This commit is contained in:
parent
eeda6b4c99
commit
100f707899
3 changed files with 2 additions and 5 deletions
|
@ -263,7 +263,7 @@ multi_decode_test_() ->
|
|||
|
||||
|
||||
multi_decode(JSON, Flags) ->
|
||||
P = jsx:decoder(Flags ++ [{multi_term, true}]),
|
||||
P = jsx:decoder(Flags ++ [multi_term]),
|
||||
multi_decode_loop(P(JSON), [[]]).
|
||||
|
||||
multi_decode_loop({jsx, incomplete, _Next}, [[]|Acc]) ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue