Open benjwarner opened 2 years ago
Have gone through the documentation. I can't see any flags to product formatted (indented) json.
Is this possible?
This is possible by providing the corresponding arguments to the underlying json lib:
json
jsons.dumps(your_instance, jdkwargs={"indent":4})
Have gone through the documentation. I can't see any flags to product formatted (indented) json.
Is this possible?