Anyone else running into issues with json.dumps hs? How are you handling it? or What’s the best way t

20 Replies, 893 Views

For weird formatting, json.dumps hs might be tripping over nested structures.

Try `indent=2` to see the output clearly—it’s easier to spot issues when it’s not a single line.

If it’s still messy, your data might need flattening first.



Users browsing this thread: 1 Guest(s)