I have a large chunk of json which contains about 10 unique elements. Each of these elements contains an ID, a few other attributes, and a links attribute (some of which also have IDs). Is there a way that I can get only the top level ID in each element of the json using bash (and preferably no external libraries)? I have a large chunk of json which contains abo