fsprojects / FSharp.Json

F# JSON Reflection based serialization library
Apache License 2.0
226 stars 26 forks source link

Adding giraffe support #49

Open AlexGagne opened 3 years ago

AlexGagne commented 3 years ago

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.