Trouble to get a value from a json list

i have this list below that was generated using a web api. im trying to save the score of each label in a variables. for example: joy_score = 0.9966495633125305. how can i do this?

[[{"label":"joy","score":0.9966495633125305},{"label":"sadness","score":0.002033275319263339},{"label":"love","score":0.000716941140126437},{"label":"anger","score":0.00022163591347634792},{"label":"surprise","score":0.0002170905499951914},
{"label":"fear","score":0.0001615880

Are you able to post the full JSON response as text? Make sure to format it using the </> in the toolbar right above the post.

Without having the full JSON, I can try to guess… I would do this:

set app variable joy_score to get object of property "[1].[1].score"