Comment by psychoslave

Comment by psychoslave 7 hours ago

0 replies

No way to confuse with JSON, where you would instead expect // or /* */ for a comment facility which align with Javascript.

Also """ for multiline string, I only encountered that in Python. But apparently Java, Kotlin and Swift also do that now. In js, backquote already do the trick.

And the project is targeting more on configuration file, where TOML or YAML indeed are already competitors just as historically valid as JSON.