How to get item from json

“tracks”: [
{
“file”: “abc.vtt”,
“label”: “Arabic - CR_Arabic”,
“kind”: “captions”
},
{
“file”: “eng-2.vtt”,
“label”: “English”,
“kind”: “captions”,
“default”: true
},
{
“file”: “fre-7.vtt”,
“label”: “French - CR_French”,
“kind”: “captions”
}
],

how to get default subtitle link ?

Use dictionary block list by walking key path

You can check for reference here :point_down:
https://ai2.appinventor.mit.edu/reference/blocks/dictionaries.html

use json tool

how, i use dictionary and make a list of all file but how to get the index in which default : true

You can use ListUtilt extension to filter or just loop the list to get which index is true and not.