akkadotnet / HOCON

C# implementation of Lightbend's HOCON (Human-Optimized Object Configuration Notation)
Apache License 2.0
138 stars 39 forks source link

Obtained JSON from a parsed Hocon #374

Open PatrikBak opened 2 years ago

PatrikBak commented 2 years ago

Is there a way to obtain a JSON from a parsed Hocon?

Arkatufus commented 2 years ago

Theoretically, yes, but some HOCON literals like the triple quoted string are not compatible with JSON.