This enables bundling multiple JSON-RPC requests within a single HTTP request, inside a JSON array. The response is a JSON array, containing one JSON-RPC response per input request.
Specification: http://www.jsonrpc.org/specification#batch
Testing notes: I have done a quick "it works" batch test with curl, as well as the usual RPC testing to make sure nothing broke. More elaborate testing is welcome.