pyhocon icon indicating copy to clipboard operation
pyhocon copied to clipboard

Question: How to convert to "python types"?

Open stdedos opened this issue 3 years ago • 0 comments

If I'd like to use the HOCON conf as "primitive python types", is my only solution to do something like e.g.:

    def HOCONtoPythonObj(obj):
        return json.loads(HOCONConverter.to_json(obj))

myself?

stdedos avatar Feb 11 '22 10:02 stdedos