What steps will reproduce the problem?
1. Load http://ustalk.jmh9072.com/stalk.php?client=json
2. Copy and Paste JSON to http://www.jsonlint.com/
What is the expected output? What do you see instead?
Expected: Valid Javascript object.
Outcome: Invalid object.
What version of the product are you using? On what operating system?
N/A
Please provide any additional information below.
Single quote mark are invalid in JSON and should be replaced with double
quotation marks. For example 'online':false,
'uid':"2597260"... should look like "online":false,
"uid":"2597260"...
Original issue reported on code.google.com by Apocaly...@gmail.com on 13 Dec 2010 at 4:17
Original issue reported on code.google.com by
Apocaly...@gmail.com
on 13 Dec 2010 at 4:17