Y
Hacker News
new
|
ask
|
show
|
jobs
by
snakeanus
3388 days ago
>making it less human friendly (arguably the thing that made JSON so popular in the first place)
I would not call a JSON human friendly due to its lack for comments.
1 comments
seagreen
3388 days ago
You might be interested in JSON5 (
http://json5.org/
) which goes the opposite direction of Son and makes JSON more human-writeable. It's the best, cleanest "JSON+" I've found so far.
link