Ah, now I get it. But isn’t that a much more general problem (dates, etc.)? You can either come up with a general encoding or do some schema-aware post-processing (including a JSON.parse reviver).
On Oct 3, 2012, at 20:04 , Rick Waldron <[email protected]> wrote: > > > On Wed, Oct 3, 2012 at 1:43 PM, Brandon Benvie <[email protected]> > wrote: > Another options for Maps is to represent them as an array of [key, value]. > > Which is a rough approximation of what a Map looks like internally. > > > Again, I was more concerned with how to revive a Map and restore the key > references. > > > Rick > -- Dr. Axel Rauschmayer [email protected] home: rauschma.de twitter: twitter.com/rauschma blog: 2ality.com
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

