A simple library to support validating JSON object equivalence in tests.
Info
Version: | 0.1.0 |
Author(s): | jds |
Last Update: | Sunday, January 5, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/JeremiahSanders/json-equivalence |
NuGet Url: | https://www.nuget.org/packages/Jds.JsonEquivalence |
Install
Install-Package Jds.JsonEquivalence
dotnet add package Jds.JsonEquivalence
paket add Jds.JsonEquivalence
Jds.JsonEquivalence Download (Unzip the "nupkg" after downloading)
Dependencies
- FSharp.Core(>= 4.7.0)
- System.Text.Json(>= 4.7.0)
Tags