Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for multidoc yaml #2

Open
tjb1982 opened this issue Jun 25, 2016 · 0 comments
Open

Support for multidoc yaml #2

tjb1982 opened this issue Jun 25, 2016 · 0 comments

Comments

@tjb1982
Copy link
Owner

tjb1982 commented Jun 25, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant