ปรึกษาเรื่อง json.dump ดึงฟิลด์ที่ต้องการ กรณีดึง objects มาได้ทั้งหมด แต่ดึงฟิลด์ที่ต้องการไม่ได้ครับ
ถาม-ตอบ แนะนำไอเดียว โค้ดตัวอย่าง แนวทาง วิธีแก้ปัญหา ปรึกษาเรื่อง json.dump ดึงฟิลด์ที่ต้องการ กรณีดึง objects มาได้ทั้งหมด แต่ดึงฟิลด์ที่ต้องการไม่ได้ครับ
ปรึกษาเรื่อง json.dump ดึงฟิลด์ที่ต้องการ กรณีดึง objects มาได้ทั้งหมด แต่ดึงฟิลด์ที่ต้องการไม่ได้ครับ
ปรึกษาเรื่อง json.dump ดึงฟิลด์ที่ต้องการ กรณีดึง objects มาได้ทั้งหมด แต่ดึงฟิลด์ที่ต้องการไม่ได้ครับ
ใส่ฟิวด์ที่ต้องการใช้รูปแบบไหนครับ ตอนนี้ได้แค่ objects ครับ
1 | print(json.dumps(data["objects"], indent=4)) |
Response ครับ
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | [ { "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/" }, ] |

คำแนะนำ และการใช้งาน
สมาชิก กรุณา ล็อกอินเข้าระบบ เพื่อตั้งคำถามใหม่ หรือ ตอบคำถาม สมาชิกใหม่ สมัครสมาชิกได้ที่ สมัครสมาชิก
- ถาม-ตอบ กรุณา ล็อกอินเข้าระบบ
ความคิดเห็นที่
1
ไม่ถนัด python น่ะครับ แต่ตามโครงสร้าง ของข้อมูล ต้องดูว่าเป็นแบบ object อย่างเดียว
หรือมี array ผสมด้วย ถ้ามี array ก็ต้องอ้างอิง key ของ array ด้วย ประมาณ
x[0]['object']..
หรือมี array ผสมด้วย ถ้ามี array ก็ต้องอ้างอิง key ของ array ด้วย ประมาณ
x[0]['object']..

ขอบคุณทุกการสนับสนุน
![]()