You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# jq script to inspect the inner structure of the API and output the data types used
# navigate down into the median firstView data
.data.median.firstView
# convert an object into an array of objects with a key and a value
| to_entries
# define a jq function to rewrite the object into key then examine the type of value it is. Create a new array, running each object through this function