circe/circe-yaml

io.circe.yaml.parser should extend io.circe.Parser

christian-schlichtherle opened this issue · 0 comments

... so that we can call...

  1. Parser.decode, and...
  2. Parser.decodeAccumulating

... instead of the suggested spell in the README.md of this project.

Last, but not least: Thanks for this very useful library!