@ptt-bds Cho những thứ bạn muốn thực hiện khi ALL PROJECT lỗi, ví dụ như ghi ra log, ghi ra tệp, gửi thông báo, quay lại bước nào đó...
Vì khi một trong những hành động trong ALL PROJECT lỗi nó sẽ nhảy xuống chỗ này.
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
