Elm-inspired encoder and decoder for JSON, this package is intended to be use on Fable side only. If you are interested on using it against .NET Core or .NET Framework, please use Thoth.Json.Net.


Keywords
fable, fsharp, json
License
MIT
Install
Install-Package Thoth.Json -Version 10.2.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.