Can't display large strings in a JSON object
gchriswill opened this issue · 0 comments
ISSUE:
JSONView extension does not display a string with a length of 93179 characters
Description:
JSONView-Safari extension does not display a string with a length of 93179 characters, but when a I click the RAW button, the string is there. It does display the string of the first object of the response of a API I've built.
🪲 in action images:
Procedure to recreate the 🪲 :
- Make a call to an API via Safari address bar
- Receive a response with an JSON array full of objects
- The JSON array's objects must have a property value type string with a length of 93179 characters
IMPORTANT NOTES ⚠️ :
I have not test this very much, nor had made an in-depth research due to I'm overwhelmed from school work. But what I can tell is that, on FireFox JSONView it does display the JSON's object's string property value. Also, I made the API where I've receive the JSON objects and as far I can see, the API works perfectly, meaning that the API is NOT the problem...
From @gchriswill :squirrel: :
Thanks for taking time to review this issue and evaluating it. Keep up the good work! 👍