Python Object pretty-print
miketheman opened this issue · 0 comments
miketheman commented
Hello! Love the tool, thanks for making it!
Oftentimes, I have a large-ish object in Python that I'd want to format similar to JSON so it's more human-readable.
In Python, I'd likely use the pprint
(PrettyPrinter) module to do so, but in Boop I can't accomplish this, due to the format of the object containing items like datetime(...)
when there's a date.
Is this something you've considered? If not, is that something I could accomplish with a custom script like JSON, but modified to allow non-pure-JSON, or even make its way into the app?