[erlang-questions] Which Erlang JSON parser?

Andrei Soroker soroker@REDACTED
Thu Jul 29 11:17:53 CEST 2010


On Thu, Jul 29, 2010 at 2:01 AM, Alexander Kotelnikov <sacha@REDACTED> wrote:
> Hello.
>
> It is a terrible story. I needed a JSON parcer to deal with JSON data in
> my Erlang programm.

Try json.erl form Yaws: http://github.com/klacke/yaws/blob/master/src/json.erl

I've used it successfully to encode/decode some Russian text.

Andrei


More information about the erlang-questions mailing list