-
-
Notifications
You must be signed in to change notification settings - Fork 151
Closed
Labels
3.0has-failing-testIndicates that there exists a test case (under `failing/`) to reproduce the issueIndicates that there exists a test case (under `failing/`) to reproduce the issueyamlIssue related to YAML format backendIssue related to YAML format backend
Milestone
Description
I feel like I may be using the APIs incorrectly, but I can't figure out what I'm doing wrong. The following code:
new YAMLMapper()
.writer()
.without(YAMLGenerator.Feature.WRITE_DOC_START_MARKER)
.writeValueAsString(o)still puts the --- at the beginning of the string.
I'm using version 2.11.2
P.S. YAML support is a game. changer. Huge fan and huge thanks!
Metadata
Metadata
Assignees
Labels
3.0has-failing-testIndicates that there exists a test case (under `failing/`) to reproduce the issueIndicates that there exists a test case (under `failing/`) to reproduce the issueyamlIssue related to YAML format backendIssue related to YAML format backend