If you want the second folder to stay updated with the potential changes that appear in the original folder after working with it, then yes, you would need to copy it again.
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
