Skip to content

v1.0.0 - Initial Stable Release

Latest
Compare
Choose a tag to compare
@hankhsu1996 hankhsu1996 released this 16 Aug 18:33
· 2 commits to main since this release
740d8de

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.