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
#2
I think you're not showing the entire error. It should be telling you there's a JSON error at a particular point in the json. You're missing some quote marks, some of your quote marks aren't the correct kind, and it appears to be incomplete (several items aren't closed).

The error should tell you exactly what line the first problem is on.
Reply


Messages In This Thread
RE: Read nested data from JSON - Getting an error - by bowlofred - Nov-23-2022, 12:52 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Write json data to csv Olive 6 1,567 Oct-22-2024, 06:59 AM
Last Post: Olive
  JSON File - extract only the data in a nested array for CSV file shwfgd 2 1,232 Aug-26-2024, 10:14 PM
Last Post: shwfgd
  encrypt data in json file help jacksfrustration 1 2,488 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 1,893 Mar-09-2024, 12:33 PM
Last Post: Pedroski55
  json loads throwing error mpsameer 8 5,231 Jan-23-2024, 07:04 AM
Last Post: deanhystad
  [split] Parse Nested JSON String in Python mmm07 4 2,974 Mar-28-2023, 06:07 PM
Last Post: snippsat
  json decoding error deneme2 10 8,901 Mar-22-2023, 10:44 PM
Last Post: deanhystad
  Correctly read a malformed CSV file data klllmmm 2 4,913 Jan-25-2023, 04:12 PM
Last Post: klllmmm
  python requests library .JSON() error mHosseinDS86 6 7,940 Dec-19-2022, 08:28 PM
Last Post: deanhystad
  Reading Data from JSON tpolim008 2 2,724 Sep-27-2022, 06:34 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020