Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dump api #27

Open
fundon opened this issue Nov 11, 2015 · 7 comments
Open

dump api #27

fundon opened this issue Nov 11, 2015 · 7 comments

Comments

@fundon
Copy link

fundon commented Nov 11, 2015

json => toml file

@andyfleming
Copy link

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

@felixsanz
Copy link

It's still impossible to convert json into toml ?

@kenany
Copy link

kenany commented Nov 24, 2016

There's toml-stream and json2toml.

@docwhat
Copy link

docwhat commented Jun 27, 2018

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

@kyeotic
Copy link

kyeotic commented Aug 29, 2019

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

@docwhat
Copy link

docwhat commented Aug 29, 2019

JSONC eg https://www.npmjs.com/package/jsonc-parser

Sent with GitHawk

@kyeotic
Copy link

kyeotic commented Aug 29, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants