talentdeficit / jsx

an erlang application for consuming, producing and manipulating json. inspired by yajl
MIT License
694 stars 217 forks source link

Why return such a format? #144

Closed gzkjh closed 4 years ago

gzkjh commented 4 years ago

jsx:decode(<<"[{\"a\":1},{\"b\":2}]">>). I got [[{<<"a">>,1}],[{<<"b">>,2}]] instead of [{<<"a">>,1},{<<"b">>,2}] is that reasonable?

gzkjh commented 4 years ago

My use problem, close it.