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 to TOML #1

Closed
noraj opened this issue Feb 26, 2024 · 2 comments
Closed

Dump to TOML #1

noraj opened this issue Feb 26, 2024 · 2 comments

Comments

@noraj
Copy link

noraj commented Feb 26, 2024

It seems there is a parse feature (TOML -> object) but no dump feature (object -> TOML).

@syeopite
Copy link
Owner

Sorry about the late reply.

I think a dumps feature is probably out of scope for this shard, as its merely a simple binding to tomlc99 and the upstream library does not support toml serialization, only parsing. See cktan/tomlc99#91

@noraj
Copy link
Author

noraj commented Mar 13, 2024

I agree. As it's a binding if upstream doesn't support it, it's out of scope.

@noraj noraj closed this as completed Mar 13, 2024
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

2 participants