Better JSON visualization

Hello EM Team,

when using API we have to manage JSON fields (either as a result of an API ora a request body), selecting these fields it’s really hard to read the JSON values because it’s masked liked this:

It’s ok in the table view, but when selecting the field, in the preview bar we don’t see nothing too:

image

It would be great if the preview row can show us a formatted JSON (with vertical scroll bar), or at least have a button to open the field value in a JSON viewer window".

Hello @AndreaM,

You can view the whole JSON in the Cell profiler (right mouse click on a cell, choose "Profiler"):

If your JSON is not well formatted, you can add the "Modify JSON" action in the "Format JSON" mode to make it readable.

1 Like

Hello Andrew,

thanks for the reply, I didn’t know that EM have an action to format JSON and the cell profile is perfect for the visualization!