|
|
|
ปรึกษาเรื่อง json.dump ดึงฟิลด์ที่ต้องการ กรณีดึง objects มาได้ทั้งหมด แต่ดึงฟิลดืที่ต้องการไม่ได้ครับ |
|
|
|
|
|
|
|
ปรึกษาเรื่อง json.dump ดึงฟิลด์ที่ต้องการ กรณีดึง objects มาได้ทั้งหมด แต่ดึงฟิลด์ที่ต้องการไม่ได้ครับ
ใส่ฟิวด์ที่ต้องการใช้รูปแบบไหนครับ
Code (Python)
print(json.dumps(data["objects"], indent=4))
Code (Response)
[
{
"source_created": null,
"status": "test",
"itype": "test",
"expiration_ts": "test",
"ip": "test",
"is_editable": false,
"feed_id": test,
"update_id": test,
"value": "test",
"is_public": false,
"threat_type": "test",
"workgroups": [],
"rdns": null,
"confidence": test,
"uuid": "test",
"retina_confidence": test,
"trusted_circle_ids": [
test,
test
],
"id": test,
"source": "test",
"owner_organization_id": test,
"import_session_id": null,
"source_modified": null,
"type": "test",
"sort": [
test,
"test"
],
"description": null,
"tags": [
{
"id": "test",
"name": "test"
}
],
"threatscore": test,
"latitude": test,
"modified_ts": "test",
"org": "test",
"asn": "test",
"created_ts": "test",
"tlp": null,
"is_anonymous": false,
"country": "test",
"source_reported_confidence": test,
"can_add_public_tags": false,
"longitude": test,
"subtype": null,
"meta": {
"detail2": "test",
"severity": "test"
},
"resource_uri": "/api/test/test/test/"
},
]
Tag : PHP, Python
|
ประวัติการแก้ไข 2021-09-14 14:58:54
|
|
|
|
|
Date :
2021-09-14 14:58:12 |
By :
TeeTs |
View :
527 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
JSON.parse เถอะครับ อยากได้อะไรก็เรียกผ่าน object ตรงๆ
Code (JavaScript)
var data = const obj = JSON.parse(dump_data[0]);
console.log(data.meta.detail2);
console.log(data. resource_uri);
|
|
|
|
|
Date :
2021-09-19 23:22:47 |
By :
mongkon.k |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|