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