-
Notifications
You must be signed in to change notification settings - Fork 25
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
Comments
We are effectively talking about a |
It's still impossible to convert json into toml ? |
There's toml-stream and json2toml. |
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? |
JSONC eg https://www.npmjs.com/package/jsonc-parser Sent with GitHawk |
Ok, but thats not JSON. Thats a custom format that adds comments to JSON. |
json
=>toml
fileThe text was updated successfully, but these errors were encountered: