I am using the following json data: https://theunitedstates.io/congress-legislators/committee-membership-current.json.
I have an input which should match the "bioguide" within the object. Ultimately, I would like the committee Code (HSII for example) and the rank to be returned. However, because of the way the data is structured, I am struggling to return the specific object that matched the "bioguide" value. I tried to use the "find all elements" function but that does not work.
Any suggestions?