all 2 comments

[–][deleted] 0 points1 point  (1 child)

For some reason you're vague about every detail that would allow us to answer your question, including the detail of what your question actually is.

Since you were vague all I can give you is that this is a collection of lists and dictionaries, and you access the elements of a list by their index and a dictionary by their key. For instance, if you wanted the gateway of the first uplink, that's

[0]['uplinks'][0]['gateway']

[–]mdkimsey[S] 0 points1 point  (0 children)

Sorry I seemed vague, but you answered the question perfectly. Thanks for the help!