What's wrong with this JSON object?
{ series: "Star Trek", episodes: "The Trouble with Tribbles" }
Keys and values should be enclosed with single quotes.
Key/value pairs should always have a trailing comma.
Keys should be enclosed with double quotes.
Key/value pairs should be separated by semicolons.