BinaryMuse / toml-node

TOML parser for Node.js and the Browser. Parses TOML v0.4.0

Home Page:http://binarymuse.github.io/toml-node/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dump api

fundon opened this issue · comments

json => toml file

We are effectively talking about a toml.stringify(object) type of syntax, right?

It's still impossible to convert json into toml ?

I'm interested in taking the AST and returning that to TOML so that comments are preserved.

@docwhat JSON doesnt support comments. What comments are you preserving?

Ok, but thats not JSON. Thats a custom format that adds comments to JSON.