I’m calling an API to get astrological data.
I want to save all the data in the “Planets” section, and nothing else. when I try do choose Planets, however, after the api call, it wants me to choose data nested within planets.
I don’t want to save ultimate pairs because when I use the data, I want to use that whole “section” of json which means I have to re-compose the entire data set.
Is there a way to save the “Planets” section as a whole?