FSharp.Json
FSharp.Json copied to clipboard
Adding giraffe support
I happen to implement a Giraffe serializer in one of my projects and I thought I would merge it back to this project. I'm not experienced with performance when serializing/deserializing, so feel free to close this PR if my solution is not up to your standards.
A small detail: Since this project is currently on .netstandard2.0, I had to use the older 4.1.0 version of Giraffe. Also: .netstandard2.0 support is EOL, so this project most likely needs to upgrade to .Net 5.