<blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">The implied mapping takes JSON {id: 4135, title: "title2"}</blockquote>
<br>I'd just like to chime in that this is not actually valid JSON. In valid JSON, all keys are quoted strings. Thus, this would be:<div>{"id": 4135, "title": "title2"} </div><div>Which is not at all as good a match with Erlang idioms, unless you want more magic to turn strings into atoms, only when used as keys...</div>
<div><br></div><div><div>Sincerely,</div><div><br></div><div>jw</div><div><br><br>Sincerely,<br><br>Jon Watte<br><br><br>--<br>"I pledge allegiance to the flag of the United States of America, and to the republic for which it stands, one nation indivisible, with liberty and justice for all."<br>
~ Adopted by U.S. Congress, June 22, 1942<br><br>
<br><div><br></div></div></div>