jmh9072 / ustalk

Automatically exported from code.google.com/p/ustalk
0 stars 0 forks source link

Invalid JSON #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Fixed in r33. Validation by jsonlint now passes.

Original comment by Firebird347 on 13 Dec 2010 at 10:59

GoogleCodeExporter commented 9 years ago
Working on production.

Original comment by Firebird347 on 22 Dec 2010 at 10:19