We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1284238 commit c74fc5cCopy full SHA for c74fc5c
json/jsonrpc/src/convention.rs
@@ -104,7 +104,6 @@ pub struct Response {
104
/// This member is REQUIRED on success.
105
/// This member MUST NOT exist if there was an error invoking the method.
106
/// The value of this member is determined by the method invoked on the Server.
107
- #[serde(skip_serializing_if = "Option::is_none")]
108
pub result: Value,
109
110
// This member is REQUIRED on error.
0 commit comments