Info
Version: | 2.0.0 |
Author(s): | Ravi Khubchandani |
Last Update: | Monday, July 19, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/LocalJsonStore |
Install
Install-Package LocalJsonStore
dotnet add package LocalJsonStore
paket add LocalJsonStore
LocalJsonStore Download (Unzip the "nupkg" after downloading)
Dependencies
- StoreEntities(>= 1.0.1)
- Newtonsoft.Json(>= 12.0.3)
See usage example here https://github.com/ravikhubchandani/data-persistence/blob/master/src/DataPersistence/Test/JsonStoreTest.cs.