<div class="gmail_quote">On Sat, Jul 13, 2013 at 3:58 AM, Mike Oxford <span dir="ltr"><<a href="mailto:moxford@gmail.com" target="_blank">moxford@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

>From the docs...<br>
{[{foo, bar}]}             -> {"foo": "bar"} -> {[{<<"foo">>, <<"bar">>}]}<br>
<br>
Why does jiffy need the extra "tuple list" syntax?<br>
Anyone happen to know?<br></blockquote><div><br>Hello!<br><br>I believe the notion is that an orddict is converted to a JSON dictionary.<br>I guess in order to distinguish an orddict from a regular list, they wrap the orddict in a tuple.<br>

<br>Aggelos<br></div></div>