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

More configuration format support #2

Open
A248 opened this issue Sep 26, 2020 · 3 comments · Fixed by #6
Open

More configuration format support #2

A248 opened this issue Sep 26, 2020 · 3 comments · Fixed by #6
Labels
enhancement New feature or request feedback wanted Feedback especially wanted on this issue help wanted Extra attention is needed

Comments

@A248
Copy link
Owner

A248 commented Sep 26, 2020

Some formats to consider, and likely corresponding parsing libraries:

@A248 A248 added the enhancement New feature or request label Sep 26, 2020
@A248 A248 added the help wanted Extra attention is needed label Dec 12, 2020
@CDFN CDFN mentioned this issue Dec 13, 2020
@jwpjrdev
Copy link

For TOML, using TOMLj might be advisable - https://github.com/tomlj/tomlj

@A248
Copy link
Owner Author

A248 commented Dec 30, 2020

Thanks for the suggestion, I just took a look at TOMLJ. However, it seems they do not currently support writing toml - tomlj/tomlj#16

@jwpjrdev
Copy link

It appears that implementing writing/saving is fairly simple — https://github.com/heretere/hch/blob/main/src/main/java/com/heretere/hch/processor/toml/TomlProcessor.java#L190-L232

@A248 A248 mentioned this issue Jan 11, 2021
@A248 A248 mentioned this issue Jan 21, 2021
@A248 A248 closed this as completed in #6 Mar 8, 2021
@A248 A248 reopened this Mar 8, 2021
@A248 A248 added the feedback wanted Feedback especially wanted on this issue label Jul 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feedback wanted Feedback especially wanted on this issue help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants