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

TOML support #361

Open
jaxxstorm opened this issue Jun 5, 2020 · 1 comment
Open

TOML support #361

jaxxstorm opened this issue Jun 5, 2020 · 1 comment
Labels
kind/enhancement New feature or request topic/std Relates to the standard library

Comments

@jaxxstorm
Copy link

Could jkcfg generate TOML files, or does it already support them?

@squaremo
Copy link
Member

squaremo commented Jun 7, 2020

It doesn't support TOML at present. I believe TOML translates directly to hashes, lists and scalars, so it ought to be possible to round-trip values through TOML.

(Implementation note: https://toml-to-json.matiaskorhonen.fi/ might be a useful triangulation)

@squaremo squaremo added kind/enhancement New feature or request topic/std Relates to the standard library labels Jun 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request topic/std Relates to the standard library
Projects
None yet
Development

No branches or pull requests

2 participants