chimpler / pyhocon

HOCON parser for Python
Apache License 2.0
502 stars 118 forks source link

Add options in tool.py to keep substitution as is from input #241

Open polopi opened 4 years ago

polopi commented 4 years ago

version: 0.3.54

When using the tool.py script to convert from a HOCON-like file to HOCON, it resolves the substitutions. HOCON-like means a YML/Properties/Json file with HOCON syntax enhancement.

It is expected when converting to native format, since this new syntax is not supported, but I would expect to keep the substitutions as is in HOCON file format