JsonConfig icon indicating copy to clipboard operation
JsonConfig copied to clipboard

Introduce functionality to write JSON-configurations from ConfigObjects

Open swanitzek opened this issue 9 years ago • 2 comments

Currently the library provides read-only access to JSON configuration-files.

I would be lucky to see the ability to save single ConfigObjects as JSON-files again to persist configuration changes made by the application.

swanitzek avatar Jul 02 '15 22:07 swanitzek

I'd love that, too. Would require to write a custom JSON parser as we don't actually use pure Json (comments should be preserved when changing config values).

Dynalon avatar Oct 03 '15 06:10 Dynalon

What about using Json.Net -- I believe it maintains comments as long as you use JObject

ravensorb avatar Apr 08 '17 20:04 ravensorb