Info
Version: | 16.2.1 |
Author(s): | danielwertheim |
Last Update: | Tuesday, March 12, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.sisodb.com |
NuGet Url: | https://www.nuget.org/packages/SisoDb.JsonNet |
Install
Install-Package SisoDb.JsonNet
dotnet add package SisoDb.JsonNet
paket add SisoDb.JsonNet
SisoDb.JsonNet Download (Unzip the "nupkg" after downloading)
Dependencies
- SisoDb(>= 16.2.1)
- Newtonsoft.Json(4.5.11)
Tags
Using JSON and key-value storage, it lets you persist object graphs without specifying any mappings or extending any base classes interfaces etc. It lets you perform queries against SQL-server, using lambda expressions. It syncs schemachanges on the fly and can assist you to handle more complex model updates. Basically, it is a simple data access tool.
This package is a package containing a serializer using Newtonsoft.Json, which is one of the most flexible serializers in .Net
The default serializer in SisoDb is a contained source-code version of ServiceStack.Text.
There is also one package using ServiceStack.
SisoDb.ServiceStack.