![]() |
|
Anyone else running into issues with json.dumps hs? How are you handling it? or What’s the best way t - Printable Version +- Proxy Community (https://proxycommunity.com/forum) +-- Forum: Technical Community Support (https://proxycommunity.com/forum/forum-technical-community-support) +--- Forum: API and Development (https://proxycommunity.com/forum/forum-api-and-development) +--- Thread: Anyone else running into issues with json.dumps hs? How are you handling it? or What’s the best way t (/thread-anyone-else-running-into-issues-with-json-dumps-hs-how-are-you-handling-it-or-what%E2%80%99s-the-best-way-t) |
“” - VeilMaster99 - 02-04-2025 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. |