An open API service indexing awesome lists of open source software.

https://github.com/julia-vscode/jsonrpc.jl

Julia implementation of JSON RPC
https://github.com/julia-vscode/jsonrpc.jl

Last synced: 4 months ago
JSON representation

Julia implementation of JSON RPC

Awesome Lists containing this project

README

        

# JSONRPC

An implementation for JSON RPC 2.0. See [the specification](https://www.jsonrpc.org/specification) for details.

Currently, only JSON RPC 2.0 is supported. This package can act as both a client & a server.