axum-jrpc is a JSON-RPC extractor for the Axum web framework that parses and validates JSON-RPC requests. Built in Rust, it provides a JsonRpcExtractor type that integrates with Axum to handle JSON-RPC method calls, parameter parsing, and response generation. The project includes examples demonstrating how to define request handlers that match on RPC method names and return properly formatted JSON-RPC responses.