Closed da9l closed 4 years ago
Merging #58 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #58 +/- ##
=======================================
Coverage 78.49% 78.49%
=======================================
Files 10 10
Lines 265 265
Branches 23 23
=======================================
Hits 208 208
Misses 49 49
Partials 8 8
I've added a runnable Oryx.ThothJsonNet example based on the example in Readme.md.
IMLE (in my limited experience) Thoth makes a better job of showing what causes an error and it also makes it a lot easier to map strange json to sensible f# types.
I've set up the examples project to have project reference dependencies to all Oryx parts but paket dependencies to everything else.
Use or modify this PR as you find suitable.