[erlang-questions] JSON for STDLIB

Dmitry Belyaev be.dmitry@REDACTED
Mon Sep 7 09:15:43 CEST 2015


Something still may be represented unambigously.
https://github.com/talentdeficit/jsx#modulehandle_event2 shows an example
of a parser similar to SAX which is something every json library does
implement in some way.

With this component made a part of OTP other libraries would consume event
stream and build whatever representation they want.

Best wishes,
-- 
Dmitry Belyaev


On Mon, Sep 7, 2015 at 4:44 PM, Max Lapshin <max.lapshin@REDACTED> wrote:

> floats, empty objects,  strings vs binaries.  How to store objects in
> erlang: map or proplist. If proplist, then what to do with non-unique keys?
> If maps, then how to maintain key order.
>
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20150907/71ed645c/attachment.htm>


More information about the erlang-questions mailing list