Info
Version: | 6.1.0 |
Author(s): | William Wegerson |
Last Update: | Monday, March 21, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/CheetahChrome/SQLJSONReader |
NuGet Url: | https://www.nuget.org/packages/SQLJSONReader |
Install
Install-Package SQLJSONReader
dotnet add package SQLJSONReader
paket add SQLJSONReader
SQLJSONReader Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.3)
- System.Data.SqlClient(>= 4.8.2)
Simply extends SQLJSON reader to process data from SQL Server which is returned as JSON on the table/rows/columns and returns it to the user as a string.