Just noticed that the "LastVersion" file in the profile folder, as the name suggests, gets updated when the profile is opened with (another version of) BAS e.g. from 114.0.5735.91 to 117.0.5938.63. Therefore it's not suitable for our need to determine the original version of which a profile was created.
But at least can be said what was the latest BAS version that worked with it ;)
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
