Live data from Hacker News

TOML, Tom's Own Markup Language

github.com

171–173 of 173 posts

Re: TOML, Tom's Own Markup Language

#171
post #128

What is wrong with JSON? Everything already supports it. JSON has two drawbacks: a lack of comments (although you could add "#" keys in relevant places) and no binary support (arbitrary conventions include base64) but this doesn't support binary anyway.

couldn't you just use JS Object notation? you get comments, less cruft (having to quote string definitions in the key-space might be annoying). Am I missing something with that?

What is the difference between "JS Object notation" and JSON? Google searches show they are the same thing. JSON definitely does not have comments http://www.json.org/

Re: TOML, Tom's Own Markup Language

#173

Are arrays of maps a bad idea? Someone posted a pom.xml file pointing out how horrible it was, and I thought to myself "How would this look in toml?" I was all set to try a translation when I hit this section: com.google.apis google-api-services-drive v2-rev53-1.13.2-beta com.google.apis google-api-services-plus v1-rev22-1.8.0-beta com.google.api-client google-api-client 1.13.2-beta com.google.api-client google-api-c…

I'm trying to lay down the issues with TOML, so I added this in…

https://gist.github.com/espadrine/5028426

Post reply on HN