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