Matt Thornton
Matt Thornton
I've had a look through some aeson examples / tutorials and it seems like the two I've listed above are indeed the common DU encodings. I'll start working on a...
In order to write a codec for a "tagged DU" (the second case above), I've had to define this `jfromWith` function (similar to the one you pointed me to on...
It looks like #100 covers quite a bit of ground already. I think the one thing that is missing from there is the fact that you might want to build...
OK that's cool. I'll work from that branch in the other PR then I think as I can build from the examples there. As for `jfromWith` I'll leave that up...
Yes I think renaming `ConcreteCodec` might a good idea. It seems to me that `ConcreteCodec` is actually a codec specifically for a `JObject` only, whereas the more general `Codec` type...
Hmm ok, I think my confusion came about when working with them and trying to convert between concrete and pair of functions using `Codec.ofConcrete` and `Codec.toConcrete`. As it seems like...
Hey, sorry for the slow reply. Are you still having this problem? Your setup looks OK at a first glance. Have you tried called [`GetDebugView`](https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.configuration.configurationrootextensions.getdebugview?view=dotnet-plat-ext-6.0) on the `IConfiguration`. That should...
Hi @alfkonee thanks for opening this. Could you give me some background and maybe some examples that highlight why this feature is needed? Just to help me put these changes...
Hey, sorry I've been busy. My current thoughts on this are that it should really live upstream in the JsonParser. Partly because it's quite a lot duplicate functionality to include...
@TheDouye thanks for opening this. I've been a bit busy with other things recently, but I'll try and get back to you with a proper answer shortly. One thing that...