Hacker News new | past | comments | ask | show | jobs | submit login

> 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: