Registry / networking / jsonrpc2

jsonrpc2

JSON →
library0.10.0gogounverified

Implementation of the JSON-RPC 2.0 specification for Go.

go get go.lsp.dev/jsonrpc2
INSTALL
IMPORT
SIG · JSONRPC2
J
jsonrpc2
networkinggov0.10.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
go.lsp.dev/jsonrpc2

Create a new JSON-RPC 2.0 connection.

package main import ( "fmt" "go.lsp.dev/jsonrpc2" ) func main() { conn := jsonrpc2.NewConn(nil) fmt.Println(conn) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jsonrpc2 — go get jsonrpc2 · libregistry