gsomix / blog

https://gsomix.github.io/blog/
8 stars 2 forks source link

Idea: review Json libraries #1

Open gsomix opened 6 years ago

gsomix commented 6 years ago
gsomix commented 6 years ago

Articles about Chiron:

pmbanka commented 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/

gsomix commented 5 years ago

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

gsomix commented 5 years ago

For Fable:

https://mangelmaxime.github.io/Thoth/

wallymathieu commented 5 years ago

There is also https://github.com/mausch/Fleece/