{"required_items":[
{
"filename":"abcd",
"no":"3"
},
{
"filename":"abc",
"no":"2"
}
]}
I am not getting the code of the JSON format in Python - I want to insert the filename and no through a loop.