If you receive some like {"hello":[]} it is showed like:
{
hello: [0]
}
instead of:
{
hello: []
}
I think too that key need be a string like:
{
"hello": []
}
It turn easy you copy that like a valid JSON.
Original issue reported on code.google.com by david.pr...@gmail.com on 21 Apr 2014 at 9:27
Original issue reported on code.google.com by
david.pr...@gmail.com
on 21 Apr 2014 at 9:27Attachments: