Skip to content

Releases: hankhsu1996/jsonrpc-cpp-lib

v1.0.0 - Initial Stable Release

16 Aug 18:33
740d8de
Compare
Choose a tag to compare

This is the initial stable release of the JSON-RPC 2.0 Modern C++ Library.

Key Features:

  • Fully compliant with JSON-RPC 2.0 specification.
  • Supports method calls, notifications, and batch requests.
  • Modern C++20 implementation with minimal dependencies.
  • Transport-agnostic with support for stdio and HTTP connectors.
  • Example implementations for both client and server.

Refer to the README for detailed usage instructions and setup guides.