JSON-like Formatter without validation #1476
Unanswered
ryanruthart
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way I can format a json-like object without the validation? I often get json-ish output from python that I want to make readable, but the validation fails because of the quotes or output values. This is an example string:
{'created_at': '2024-12-13T14:10:13.893119+00:00', 'created_by': 5, 'description': None}
Thanks for any assistance.
Beta Was this translation helpful? Give feedback.
All reactions