You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to have parse-string return a Clojure Vector rather than a Clojure LazySeq for YAML sequences.
It would allow the use of get-in on the resultant Clojure data structure. io.forward/yaml does this.
The text was updated successfully, but these errors were encountered:
Sorry. I should have checked closed issues before creating a new one.
I'll use the postwalk suggestion mentioned in the previous issue.
Closing this issue.
It would be useful to have
parse-string
return a Clojure Vector rather than a Clojure LazySeq for YAML sequences.It would allow the use of
get-in
on the resultant Clojure data structure.io.forward/yaml
does this.The text was updated successfully, but these errors were encountered: