Refer to the exhibit Which option is the correct expression of the static route in JSON?
A.
[“destination”. “10.0.0.0”, “netmask”. “255.255.255.0”, “nexthop”. “192.168.1.1”]
B.
{destination. 10.0.0.0, netmask. 255.255.255.0, nexthop. 192.168.1.1}
C.
[destination. 10.0.0.0, netmask. 255.255.255.0, nexthop. 192.168.1.1]
D.
{“destination”. “10.0.0.0”, “netmask”. “255.255.255.0”, “nexthop”. “192.168.1.1”}