mirror of
https://github.com/corn-config/corn.git
synced 2026-07-11 08:16:08 +01:00
[GH-ISSUE #1] TOML output support #2
Labels
No labels
bug
bug
documentation
enhancement
enhancement
pull-request
tooling
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
corn-config/corn#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JakeStanger on GitHub (Jan 27, 2022).
Original GitHub issue: https://github.com/corn-config/corn/issues/1
The
#[serde(untagged)]attribute causes the TOML serializer to fail, but is required to produce valid JSON/YAML. TOML also does not support any kind ofnullvalue soserdefails to serializeNonevalues. At the moment this means TOML is not supported.