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.
Asked
Active
Viewed 914 times
1 Answers
1
You can convert your JSON view into Text, it will save the data and will render a pretty-printed JSON text.
Edit your JSON:
Switch to Text:

Micha Mazaheri
- 3,481
- 1
- 21
- 26
-
I'm not exactly sure if that's what you were looking for @Hrishikesh Sawant... let me know if you have more details, and I can update my answer. – Micha Mazaheri Jun 25 '15 at 08:01