[erlang-questions] json parsing

Theepan vasdeveloper@REDACTED
Fri Sep 25 18:13:36 CEST 2015


Check the documentation of the "file" module. You can get the contents of a
file in list of binary format. That means, you don't have to do your own
escaping.

Theepan

On Fri, Sep 25, 2015 at 9:12 PM, Roelof Wobben <r.wobben@REDACTED> wrote:

> Hello,
>
> I like to try to parse a json file in Erlang.
>
> I found the jsx library where I noticed that all "strings" where excaped
> by a /
>
> Do I have to do it myself or can I write a function which checks if
> something is a list and then concat a / the string and another /  ?
>
> Roelof
>
> _______________________________________________
> 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/20150925/454d59e8/attachment.htm>


More information about the erlang-questions mailing list