Source position: fpjsonrpc.pp line 133
type TJSONRPCEvent = procedure(
Sender: TObject;
const Params: TJSONData;
out Res: TJSONData
) of object;