Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
paulddraper
on April 15, 2016
|
parent
|
context
|
favorite
| on:
Hjson, the Human JSON
> Significant whitespace is a common source of mistakes that we shouldn't have to deal with.
...except you just made it significant.
This is JSON.
{"a":1,"b":2,"c":3}
This is Hjson after applying the mods:
{a:1b:2c:3}
....oh, it turns out Hjson actually
does
have significant whitespace.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
...except you just made it significant.
This is JSON.
This is Hjson after applying the mods: ....oh, it turns out Hjson actually does have significant whitespace.