Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Feature - API to write toml #1

@A248

Description

@A248

Would it be possible to have an API to write toml values back to a stream? I'm imagining a method such as Toml.writeTo(Writer) throws IOException

I noticed from the source code that the toString() of TomlTable and TomlArray looks like it writes toml, but of course, the output of toString() is not an API guarantee.

Also, on another note, would it be possible to add comments to toml values while writing them?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions