Imports of package jsonrpc

PathSynopsis
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
ioPackage io provides basic interfaces to I/O primitives.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/rpcPackage rpc provides access to the exported methods of an object across a network or other I/O connection.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.