Skip to content
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

Transforming from HOCON to JSON before deserialization #9

Open
kenston opened this issue Jul 24, 2016 · 0 comments
Open

Transforming from HOCON to JSON before deserialization #9

kenston opened this issue Jul 24, 2016 · 0 comments

Comments

@kenston
Copy link

kenston commented Jul 24, 2016

Hello.

For deserialization, is there an advantage in using jackson-dataformat-hocon over transforming the HOCON configuration to JSON for Jackson's reading? Is jackson-dataformat-hocon more intended for serialization?

Sample code: String json = typesafeConfig.root().render(ConfigRenderOptions.concise());

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant