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
Below is a sample spotify list. How can I find the largest of the time data contained in "addedDate" using JsonPath? and what should I do to extract "trackName" from only "Legendary" album?
Edit: I'm using the "$..playlists[0:1]...*.artistName" function to extract albums, but I have no idea what to do to search by name.