FSharp.Json icon indicating copy to clipboard operation
FSharp.Json copied to clipboard

Adding giraffe support

Open AlexGagne opened this issue 3 years ago • 0 comments

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.

AlexGagne avatar May 05 '21 14:05 AlexGagne