giraffe-fsharp / Giraffe

A native functional ASP.NET Core web framework for F# developers.
https://giraffe.wiki
Apache License 2.0
2.13k stars 266 forks source link

Add F# compatible json serializer #609

Closed fpellet closed 3 months ago

fpellet commented 3 months ago

Description

Add F# compatible json serializer with FSharp.SystemTextJson: Json.FsharpFriendlySerializer

How to test

Use Json.FsharpFriendlySerializer

Related issues

https://github.com/giraffe-fsharp/Giraffe/issues/604

64J0 commented 3 months ago

I added some commits to this PR @fpellet, let me know what you think, and feel free to revert them if you dislike it.

fpellet commented 3 months ago

It's fine for me 👍