Open gsomix opened 6 years ago
There is also something like https://fsstorm.github.io/FsStorm/reference/global-fsjson.html I know it's not stand alone lib, but maybe worth mentioning? Looks like it used to be a thing https://fsjson.codeplex.com/
kreutz I'm converting some code from a bunch of verbose and null-filled C# DTOs to F# types, and it'd be neat if all of the existing serialization code would just keep working
Jimmy Byrd Depending on if you need to handle Option types or DUs, you can pull in
https://github.com/baronfel/Newtonsoft.Json.FSharp.Idiomatic
For Fable:
There is also https://github.com/mausch/Fleece/