Info
Version: | 2.0.0-alpha1 |
Author(s): | Princeton Ferro |
Last Update: | Friday, March 22, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Prince781/libjsonrpc-sharp |
NuGet Url: | https://www.nuget.org/packages/libjsonrpc-sharp |
Install
Install-Package libjsonrpc-sharp
dotnet add package libjsonrpc-sharp
paket add libjsonrpc-sharp
libjsonrpc-sharp Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Newtonsoft.Json(>= 10.0.1)
- Newtonsoft.Json(>= 10.0.1)
Tags
This library allows you to send and receive JSON-RPC.
Using Streams makes the implementation agnostic to the type of channel used to send data. It is based on the JSON-RPC 2.0 spec.