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