Expand description
Utility functions for JSON-RPC message handling
Functionsยง
- extract_
method - Extract the method name from a JSON-RPC message string
- is_
batch - Check if a string looks like a JSON-RPC batch
- parse_
message - Parse a JSON-RPC message from a string
- serialize_
message - Serialize a JSON-RPC message to a string