Can you please adjust the API to output JSON in an easier to use format?
Some people already asked me for that, but I can't just change it because that would break all the existing software.
May be it can be done as optional mode by additional key. (And I wanted to do JSONP too).
The existing JSON format is perfectly readable and valid. Do you need help with parsing it ? What programming language do you use ?
I'm using .NET and the current message format seems to be preventing me from using a DataContractJsonSerializer on the worker objects. I'd like to avoid using the json serializer on codeplex and just do it natively.
It's not a big deal, really. No worries.