What is the significance of the arrow before the following code in JSON?( )
--> { "method": "echo", "params": ["Hello JSON-RPC"], "id": 1}
It shows the data sent to the service.
It shows the data coming from the service.
It shows the notification message from the service.
It shows the root element set for the message transfer.