The jsonrpc spec states:
jsonrpc
A String specifying the version of the JSON-RPC protocol. MUST be exactly "2.0".
Armadillo does not check for that. So if an hypothetical newer version of the spec would appear the server would try to handle queries with some unknown semantics.