hjson-js
hjson-js copied to clipboard
Human friendly comments
Either C style or hash style comments should be used. Both mixed is harder to parse. If it is really human friendly then there should be one ultimate style.
This is technically valid and should never be:
/* text
#foo
bar */