-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Render Hocon as JSON #87
Comments
No, there is no support for rendering HOCON into JSON. HOCON is not supposed to be backward compatible with JSON. |
@Arkatufus Oh! really?! |
Well, you could make a PR, and we can discuss it further? |
Well, I've tried to transfer Hocon to Json.Net, it works so far. (I've used it in my private project). Did this project copy from Java's Hocon line by line? |
Yes, this is our own parser, based on the Hocon specification documentation. Making the feature part of |
Java version Hocon can render Hocon element as JSON ( https://github.com/lightbend/config/blob/master/config/src/main/java/com/typesafe/config/ConfigRenderOptions.java )
Can akkadotnet Hocon provide the same feature?
The text was updated successfully, but these errors were encountered: