[erlang-questions] What is the correct representation of text in erlang programs?

Steve Davis steven.charles.davis@REDACTED
Mon Apr 13 22:23:29 CEST 2009


Please ignore the extraneous additional comma separators! i.e.
  {
     "hello": [ "world", "again" ],
  }
...should obviously read...
  {
     "hello": [ "world", "again" ]
  }
etc.

Steve Davis wrote:
> Working with HTTP means a lot of work with text, I have been



More information about the erlang-questions mailing list