Open
Description
Description
Example:
CommandResponse = {
type: "success",
id: js-uint,
result: ResultData,
Extensible
}
But it is not easy as seems. Any command and result is extensible! Meaning we should provide API to take this additional data from user. It can be achieved via AnyCommandOptions
class which already exists.
Note: It will be hard to choose between IDictionary<string, object>
and IDictionary<string, JsonElement>
.
Have you considered any alternatives or workarounds?
No response