Written by

Developer at Healthy Reply
Question Pietro Di Leo · Oct 8, 2023

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:

On the other hand, other software like Postman prettify the messages and they are displayed in this way:

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? 

Product version: IRIS 2021.1

Comments

Nikolay Solovyev · Oct 8, 2023

Have a look at the project https://openexchange.intersystems.com/package/JsonTraceViewer

In this project json messages are formatted

 

0