Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
unable to indent json data
#4
(Oct-22-2019, 01:38 PM)dataplumber Wrote: Can you please let me know what was wrong in my approach ?
I was also doing the same thing but in single line. Isn't that allowed ?
No, you were not doing the same thing in a single line
indent and sort_keys are arguments that you can pass to json.dumps()
In your snippet data is a bytes object and by using data() you were trying to call the object like a function (not possible) and getting the error and passing these arguments to it

Again, note that this is not single JSON string. in the loop you print 9 separate JSON strings.
I guess you may want it to be JSON array of JSON objects
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
unable to indent json data - by dataplumber - Oct-22-2019, 01:26 PM
RE: unable to indent json data - by buran - Oct-22-2019, 01:34 PM
RE: unable to indent json data - by dataplumber - Oct-22-2019, 01:38 PM
RE: unable to indent json data - by buran - Oct-22-2019, 01:45 PM
RE: unable to indent json data - by dataplumber - Oct-22-2019, 01:55 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question A unexpected indent error Zyh3rbr0 4 1,270 Dec-14-2024, 04:45 PM
Last Post: deanhystad
  Write json data to csv Olive 6 1,543 Oct-22-2024, 06:59 AM
Last Post: Olive
  encrypt data in json file help jacksfrustration 1 2,455 Mar-28-2024, 05:16 PM
Last Post: deanhystad
  getting unexpected indent errors trying to move cells up jensengt 4 2,004 Jun-28-2023, 12:05 PM
Last Post: deanhystad
  xml indent SubElements (wrapping) with multiple strings ctrldan 2 3,441 Jun-09-2023, 08:42 PM
Last Post: ctrldan
  Read nested data from JSON - Getting an error marlonbown 5 2,867 Nov-23-2022, 03:51 PM
Last Post: snippsat
  Reading Data from JSON tpolim008 2 2,703 Sep-27-2022, 06:34 PM
Last Post: Larz60+
  Unable to request image from FORM Data usman 0 1,537 Aug-18-2022, 06:23 PM
Last Post: usman
  Convert nested sample json api data into csv in python shantanu97 3 5,814 May-21-2022, 01:30 PM
Last Post: deanhystad
  Struggling with Juggling JSON Data SamWatt 7 3,512 May-09-2022, 02:49 AM
Last Post: snippsat

Forum Jump:

User Panel Messages

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