←back to thread

Fixing JSON

(www.tbray.org)
139 points robin_reala | 1 comments | | HN request time: 0.254s | source
1. athenot ◴[] No.12327997[source]
Commas irritate me too. But I think removing them from The Serialization Format Known as JSON is a mistake.

My workaround is to use CSON, since I'm already using CoffeeScript. It add the syntactic sugar where I'm hand-editing JSON, yet it doesn't impose my tastes on the rest of the world.