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.