idKey

private fun idKey(id: JsonElement?): String

Stable string form of a JSON-RPC id for the in-flight key: 2 ->"2", "a" ->"\"a\"". The cancellation's requestId is stringified the same way, so the two match.