Automatic prettification of JSON in Visual Trace
Hello everyone,
Is there a way to prettify the JSON streams in the incoming HTTP messages so that they are more readable in Visual Trace?
The HTTP messages sent by many software aren't prettified and are displayed like this in the Visual Trace:
.png)
On the other hand, other software like Postman prettify the messages and they are displayed in this way:
.png)
I know there is a JSON Formatter class, however what I would like is an automatic setting that automatically prettifies the JSON displayed in the Visual Trace without having to go through code.
Is there anything similar?
Comments
Have a look at the project https://openexchange.intersystems.com/package/JsonTraceViewer
In this project json messages are formatted
As far as we don't have any default functionality for JSON beautify/Pretty print option in interoperability. There is alternative OEX app(https://openexchange.intersystems.com/package/JsonTraceViewer ) available to do it.
Thanks!