Registry / networking / adamslevy-jsonrpc2-v14

adamslevy-jsonrpc2-v14

JSON →
library14.1.0gogounverified

A complete and strictly conforming implementation of the JSON-RPC 2.0 protocol for both clients and servers.

go get github.com/AdamSLevy/jsonrpc2/v14
INSTALL
IMPORT
SIG · ADAMSLEVY-JSONRPC2
A
adamslevy-jsonrpc2-v14
networkinggov14.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

jsonrpc2
github.com/AdamSLevy/jsonrpc2/v14

Make a JSON-RPC 2.0 request

package main import ( "fmt" "github.com/AdamSLevy/jsonrpc2/v14" ) func main() { resp, _ := jsonrpc2.Request("http://example.com/rpc", "add", []int{1, 2}) fmt.Println(resp) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
14.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
30
OpenAI (training)
1
Resources
adamslevy-jsonrpc2-v14 — go get adamslevy-jsonrpc2-v14 · libregistry