Thoth.Json.Net

Elm-inspired encoder and decoder for JSON targetting .Net and NetCore runtime


Keywords
fable, fable-library, fable-dotnet, fsharp, json
License
MIT
Install
Install-Package Thoth.Json.Net -Version 11.0.0

Documentation

Thoth.Json Build Status

Stable Prerelease
NuGet Badge NuGet Badge

Blogs post

This is to keep track of different blog post that I refer to sometimes when thinking or helping people.

Project structure

Tests

For the tests, we use a shared project Thoth.Json.Tests that is referenced by the different runners. This is because we want each runner to only have the minimum amount of dependencies, and also if we include files from outside the .fsproj folder, then some generated files by Fable escape from the specify outDir.