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

How to write value to Hocon? #90

Closed
Krakean opened this issue May 30, 2019 · 1 comment
Closed

How to write value to Hocon? #90

Krakean opened this issue May 30, 2019 · 1 comment

Comments

@Krakean
Copy link

Krakean commented May 30, 2019

Hello
Sorry for stupid question, but how to write to hocon files?
There is a plenty of Get***** methods, but I can't see any method like WriteString("root.object", "value")

@Arkatufus
Copy link
Contributor

Arkatufus commented Jun 4, 2019

Hocon objects are ment to be treated as a read only object, there are no way to write new values programmatically into a parsed Hocon object.

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