JSONRPC.processAction

Given a Dictionary which takes the form of a JSON-RPC request: unpack the request and run it. Methods are resolved by looking at the field called "method" and looking for an equivalently named function in the JSONRPC object. If one is found that method is called. To add new supported methods extend the JSONRPC class and call processAction on your subclass. action: The action to be run, as a Dictionary in the form of a JSON-RPC request or notification.

struct JSONRPC
@nogc nothrow
Variant
processAction
(
VariantArg0
)
(
in VariantArg0 action
,
in bool recurse = false
)

Meta