Sql2Json.Core
1.0.1
This library helps to convert sql query result to JSON. This can help if your database does not provide such a feature (e.g. Oracle). The mapping can be configured with a nice fluent interface.
Install-Package Sql2Json.Core -Version 1.0.1
dotnet add package Sql2Json.Core --version 1.0.1
<PackageReference Include="Sql2Json.Core" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sql2Json.Core --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETCoreApp 1.0
- Microsoft.CSharp (>= 4.0.1)
- Microsoft.NETCore.App (>= 1.0.5)
- Newtonsoft.Json (>= 9.0.1)
- System.Data.Common (>= 4.1.0)
-
.NETFramework 4.0
- Newtonsoft.Json (>= 9.0.1)
-
.NETFramework 4.5
- Newtonsoft.Json (>= 9.0.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.