pub fn parse_json_rpc_messages(
json_str: &str,
) -> Vec<Result<JsonRpcMessage, JsonRpcError>>
Expand description
Parse multiple JSON-RPC messages from a single JSON string This handles both single messages and potential future batch support
pub fn parse_json_rpc_messages(
json_str: &str,
) -> Vec<Result<JsonRpcMessage, JsonRpcError>>
Parse multiple JSON-RPC messages from a single JSON string This handles both single messages and potential future batch support