Skip to content

INDENT_OUTPUT for ION format? #337

Open
@didibus

Description

@didibus
IonObjectMapper om = new IonObjectMapper();
om.enable(SerializationFeature.INDENT_OUTPUT);
om.writeValueAsString(object)

Doesn't seem to work with an IonObjectMapper the way it does with the JSON ObjectMapper, any way to accomplish the same?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions