Python Forum
Read nested data from JSON - Getting an error
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Read nested data from JSON - Getting an error
#3
Thank you for your professionalism. My bad.

I ran the code below and it executes. Can you do me a favor and point out from here how can I retrieve the value of the "compliance" key?

import json def new_func(): RAW_DATA = """ {"131998795651": { "cloudformation": { "CloudFormation Drift Detection Analysis": { "analysis_results": [{ "account_id": "131998795651", "analysis_scope": "Service", "analyzer_name": "CloudFormation Drift Detection Analysis", "compliance": "Pass", "evidence": "Cloudformation stack is in sync for drift detection." }]}}}}""" return RAW_DATA RAW_DATA = new_func() def scanvuln(rawdata, account): data = json.loads(rawdata) for i in data.items(): print(i) myaccount = "131998795651" scanvuln(RAW_DATA, myaccount)
Reply


Messages In This Thread
RE: Read nested data from JSON - Getting an error - by mrapple2020 - Nov-23-2022, 02:31 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  python to read the data from oracle melinda 3 1,582 Aug-18-2025, 10:24 AM
Last Post: Larz60+
  Write json data to csv Olive 6 2,334 Oct-22-2024, 06:59 AM
Last Post: Olive
  JSON File - extract only the data in a nested array for CSV file shwfgd 2 2,208 Aug-26-2024, 10:14 PM
Last Post: shwfgd
  encrypt data in json file help jacksfrustration 1 3,481 Mar-28-2024, 05:16 PM
Last Post: deanhystad
  Help with to check an Input list data with a data read from an external source sacharyya 3 2,617 Mar-09-2024, 12:33 PM
Last Post: Pedroski55
  json loads throwing error mpsameer 8 7,772 Jan-23-2024, 07:04 AM
Last Post: deanhystad
  [split] Parse Nested JSON String in Python mmm07 4 3,724 Mar-28-2023, 06:07 PM
Last Post: snippsat
  json decoding error deneme2 10 10,546 Mar-22-2023, 10:44 PM
Last Post: deanhystad
  Correctly read a malformed CSV file data klllmmm 2 6,159 Jan-25-2023, 04:12 PM
Last Post: klllmmm
  python requests library .JSON() error mHosseinDS86 6 9,678 Dec-19-2022, 08:28 PM
Last Post: deanhystad

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020
This forum uses Lukasz Tkacz MyBB addons.
Forum use Krzysztof "Supryk" Supryczynski addons.