{ "global": { "commands": [{ "commandname": "hostname xxx-yyy" }, { "commandname": "boot-start-marker" }] }, "interfaces": [{ "name": "Loopback0", "commands": [{ "commandname": "description Psuedo Interface used for Management Purposes" }, { "commandname": "ip address 178.100.100.0 255.255.255.255" }, { "commandname": "no ip redirects" }, { "commandname": "no ip proxy-arp" }] }, { "name": "GigabitEthernet1/1", "commands": [{ "commandname": "no ip address" }, { "commandname": "shutdown" }] }] } { "global": { "commands": [{ "commandname": "hostname xxx-yyy" }, { "commandname": "boot-start-marker" }] }, "interfaces": [{ "name": "Loopback0", "commands": [{ "commandname": "description Psuedo Interface used for Management Purposes" }, { "commandname": "ip address 178.100.100.0 255.255.255.255" }, { "commandname": "no ip redirects" }, { "commandname": "no ip proxy-arp" }] }, { "name": "GigabitEthernet1/1", "commands": [{ "commandname": "no ip address" }, { "commandname": "shutdown" }] }] } UPDATE: According Update: According to this postthis Stack Overflow Q & A it isn't possible to index nested arrays. https://stackoverflow.com/questions/40584687/ms-sql-json-query-where-clause-nested-array-items
If anyone can think of a way to "redesign" the json or other ideas I would love to hear them. Thanks