Wraps a JSON-RPC message with the required jsonrpc: "2.0" field.
Summary
Functions
Decode from a JSON string. Returns the inner message (request, response, or notification).
Encode to JSON string (line-delimited).
Types
@type t() :: %ACP.RPC.JsonRpcMessage{message: map()}