Closed gzkjh closed 4 years ago
jsx:decode(<<"[{\"a\":1},{\"b\":2}]">>). I got [[{<<"a">>,1}],[{<<"b">>,2}]] instead of [{<<"a">>,1},{<<"b">>,2}] is that reasonable?
jsx:decode(<<"[{\"a\":1},{\"b\":2}]">>).
[[{<<"a">>,1}],[{<<"b">>,2}]]
[{<<"a">>,1},{<<"b">>,2}]
My use problem, close it.
jsx:decode(<<"[{\"a\":1},{\"b\":2}]">>).
I got[[{<<"a">>,1}],[{<<"b">>,2}]]
instead of[{<<"a">>,1},{<<"b">>,2}]
is that reasonable?