Skip to content

Conversation

@garyb
Copy link

@garyb garyb commented Jun 18, 2025

This was already kinda possible since it would adapt circe decoders to work on Bson, but it wasn't possible to decode to a Json value directly.

I just extracted the bit that did the Json conversion inside the conversion codecs to give us the intermediate step as a codec too.

This was already possible if you went straight through a circe decoder, but it wasn't possible to just decode to a `Json` value directly.

For rootstock-as-yaml-in-mongo reasons I want to be able to just decode to `Json` first and then maybe use the circe decoder directly later.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants