Pitchblack408
Results
2
comments of
Pitchblack408
@dsynkov , In your example the result is: example {'foo': 1, 'bar': 2, 'baz': 3} But isn't this output is invalid because hocon is based off json. The ouput should...
@liamz39 , I was looking for a simple library to write the conf files. https://stackoverflow.com/questions/59417529/how-can-i-generate-hocon-conf-file-dynamically-using-pyhocon-in-python-3/59430263#59430263 From what I have read, it seems like pyhocon only has two ways to write...