मैं JSON डेटा फ़ाइल से उपयोगकर्ता नाम निकालना चाहता हूं।
[{"username": "Cobra", "user_id": 146231486, "event_type": 2,
"title": null, "class_id": 4211, "war_state" : null,
"superpower_expire_date": 1441178060.0, "role": 3, "event_state": 2,
"avatar_id": 4211, "avatar_type" : 2, "recent_gifts": []},
{"username": "Divineshadow", "user_id": 1622533959, "event_type": 2,
"title" : null, "class_id": 1887, "war_state": null,
"superpower_expire_date": null, "role": 2, "event_state" : 2,
"avatar_id": 1887, "avatar_type": 2, "recent_gifts": []}, {"username":
"-TheLastTrojan_", "user_id" : 1387569472, "event_type": 2, "title":
null, "class_id": 1887, "war_state": null, "superpower_expire_date" :
1440106625.0, "role": 1, "event_state": 3, "avatar_id": 1887,
"avatar_type": 2, "recent_gifts": [] }, {"username": "-TheLostHero-",
"user_id": 246900216, "event_type": 2, "title": null, "class_id": 1887,
"war_state": null, "superpower_expire_date": null, "role": 3,
"event_state": 2, "avatar_id": 1887, "avatar_type": 2,
"recent_gifts": []}, {"username": "_The-Divineshadows-Minion_",
"user_id": 347494612 , "event_type": 2, "title": null, "class_id":
3382, "war_state": null, "superpower_expire_date": null , "role": 3,
"event_state": 2, "avatar_id": 3382, "avatar_type": 2, "recent_gifts": []}]
मैं सभी उपयोगकर्ता नाम उस क्रम में चुनना चाहता हूं जिसमें वे JSON डेटा फ़ाइल में दिखाई देते हैं और इसे एक्सेल शीट या टेक्स्ट फ़ाइल के कॉलम में संकलित करते हैं। आउटपुट फ़ाइल इस तरह दिखनी चाहिए:
- कोबरा
- Divineshadow
- -TheLostHero-
- _The-Divineshadows-Minion_
अपनी वांछित आउटपुट फ़ाइल को प्राप्त करने के लिए मैं कैसे प्रबंधन कर सकता हूं?
-TheLastTrojan_
से आउटपुट से बाहर रखा जाना चाहिए?