How can I view the 'request' body as JSON-Text as opposed to the JSON parsed into a grid view

1k Views Asked by At

JSON gridview crashes when there is a large values like a base64 image. I can still view the body in text format but it doesn't format the text as expected. A JSON-text option as there is in the response section would mitigate the issue until the app is capable parsing large values into json.

2

There are 2 best solutions below

1
On

You can convert your JSON view into Text, it will save the data and will render a pretty-printed JSON text.

Edit your JSON:

JSON in Paw

Switch to Text:

JSON as Text in Paw

0
On

Can you do it To do this, set the Headers to Content-Type: application/json this is what the header looks like

and use the Text tab for the request body this is what the body looks like in json