An implementation of the JSON-RPC 2.0 protocol.
Info
| Version: | 0.1.15 |
| Author(s): | Michael Sperber (programmersidgest.de) |
| Last Update: | Monday, December 3, 2018 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/programmersdigest/JsonRpc |
| NuGet Url: | https://www.nuget.org/packages/programmersdigest.JsonRpc |
Install
Install-Package programmersdigest.JsonRpc
dotnet add package programmersdigest.JsonRpc
paket add programmersdigest.JsonRpc
programmersdigest.JsonRpc Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Newtonsoft.Json(>= 11.0.2)
- System.ValueTuple(>= 4.5.0)
- programmersdigest.Util(>= 0.2.12)
- Newtonsoft.Json(>= 11.0.2)
- System.ValueTuple(>= 4.5.0)
- programmersdigest.Util(>= 0.2.12)
Tags