reqresp-noargsrets.js 174 B

1234
  1. // This test calls the test_noArgsRets method.
  2. --> {"jsonrpc": "2.0", "id": "foo", "method": "test_noArgsRets", "params": []}
  3. <-- {"jsonrpc":"2.0","id":"foo","result":null}