OK thanks
need to get text from json file
-
i have json file like this [
{
"company_name": "company_name",
"copyright_holder": "company_name",
"email_address": "email@gmail.com",
"country": "Italy",
"live_event": "Yes",
"dmca_submitd": [
{
"identify_and_describe": "test etst etst",
"authorized_work": "https://google.it",
"infringing_material": "infringing material messages / links"
}]
},
need to parse company_name in json get value thanks in advance
