-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
INDENT_OUTPUT for ION format? #337
Comments
Ion backend would need to support this. I think Ion textual format does have the functionality. |
Ion backend does support "pretty printing" Ion text, they have some documentation on it here - https://amzn.github.io/ion-docs/guides/cookbook.html#pretty-printing. It might be down to customizing the IonWriter being used to produce the Text output based on the feature flag. In the meantime, you could be unblocked by using |
Thank you @mcliedtke! It sounds like this feature could well be implemented by someone with time on their hands. |
I did this for now, and it worked. |
Doesn't seem to work with an IonObjectMapper the way it does with the JSON ObjectMapper, any way to accomplish the same?
The text was updated successfully, but these errors were encountered: