Visualizing JSON Responses as Tables

You can use Postman to visualize the Rapyd JSON responses as tables. This can be handy in cases where the response is relatively long, and you want to quickly examine it. Basic visualization instructions are found here.
I used a code that visualizes any JSON response as a table for the List Countries request and got the following result:

You can get the code for visualizing any JSON response as a table here.

4 Likes