acrogenesis/jsonview-safari

Can't display large strings in a JSON object

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:

JSONView-Safari Bug

JSONView-Safari RAW Button clicked

screen_shot_2015-05-31_at_01_00_43


Procedure to recreate the 🪲 :

  1. Make a call to an API via Safari address bar
  2. Receive a response with an JSON array full of objects
  3. 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! 👍