Skip to content

Support for multidoc yaml #2

@tjb1982

Description

@tjb1982

co.nclk/clj-yaml (a fork from circleci/clj-yaml) now supports multidoc strings, like:

pets:
  june:
    type: dog
  chester:
    type: dog

---

pets.foo: bar
pets.chester.type: chunkus

But flax currently doesn't take advantage of them. The benefit would be that the previous document's entries would be mutable by the second document.

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