Contents

json-rpc 1.15.0

0

JSON-RPC transport implementation

JSON-RPC transport implementation

Stars: 456, Watchers: 456, Forks: 104, Open Issues: 25

The pavlov99/json-rpc repo was created 10 years ago and the last code push was 9 months ago.
The project is popular with 456 github stars!

How to Install json-rpc

You can install json-rpc using pip

pip install json-rpc

or add it to a project with poetry

poetry add json-rpc

Package Details

Author
Kirill Pavlov
License
MIT
Homepage
https://github.com/pavlov99/json-rpc
PyPi:
https://pypi.org/project/json-rpc/
GitHub Repo:
https://github.com/pavlov99/json-rpc

Classifiers

  • Software Development/Libraries/Python Modules
No  json-rpc  pypi packages just yet.

Errors

A list of common json-rpc errors.

Code Examples

Here are some json-rpc code examples and snippets.

Related Packages & Articles

json-ref-dict 0.7.2

Python dict-like object which abstracts resolution of JSONSchema references

JSON_minify 0.3.0

A simple script to minify valid JSON, containing C/C++ style comments

json-encoder 0.4.4

json encoder uses singledispatch pattern instead of JSONEncoder class overwrites

json-delta 2.0.2

json-delta is an efficient, JSON oriented javascript object delta calculator and applier. It provides a configurable threshold (tolerance) after which the diff calculator will short circuit a more complex delta analysis, useful for calculating deltas on very large objects that may from time to time be fully replaced.