[erlang-questions] [ANN] Erlson - dynamic name-value dictionary data type and syntax

Jack Moffitt jack@REDACTED
Tue Aug 30 01:36:33 CEST 2011


> May I suggest switching the decoded JSON format to that used by ejson
> (https://github.com/benoitc/ejson) and jiffy
> (https://github.com/davisp/jiffy) instead of the format used by
> mochiweb/mochijson2. Most of the projects that make heavy use of JSON seem
> to be moving to the format I'm suggesting.

A tuple of an array of tuples seems less than elegant  Why not just a
tuple of tuples? Is scanning through a tuple significantly slower than
scanning an array?

As far as formats go, this is a new one to me. Most projects I
interact with seem to use either mochijson or mochijson2. I'd love for
there to be a canonical one though.

jack.



More information about the erlang-questions mailing list