I have the following data from a response. This appears to be a dict.
I'm able to access, for example, "description". Can you please advise on what I should be reading to allow me to access the "tcp_options" bit. I'm assuming this is a nested dict.
{
"description": "sftp",
"icmp_options": null,
"is_stateless": false,
"protocol": "6",
"source": "127.0.0.1/32",
"source_type": "CIDR_BLOCK",
"tcp_options": {
"destination_port_range": null,
"source_port_range": {
"max": 5500,
"min": 5500
}
},
"udp_options": null
},