We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b96423 commit 697c22fCopy full SHA for 697c22f
src/JsonRpc/Client/Request.cs
@@ -12,6 +12,7 @@ public class Request
12
13
public string Method { get; set; }
14
15
+ [JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
16
public object Params { get; set; }
17
}
-}
18
+}
0 commit comments