tulios / json-viewer

It is a Chrome extension for printing JSON and JSONP.
https://chrome.google.com/webstore/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh
MIT License
3.34k stars 685 forks source link

Unable to search for text in JSON in the JSON viewer mode #129

Closed tariq1890 closed 7 years ago

tariq1890 commented 7 years ago

This is Invalid. my apologies

tulios commented 7 years ago

Hi @tariq1890, don't worry. JSON viewer has two "searches", the default one is a custom search since the extension doesn't render the whole JSON to improve performance and allow big files, but you can re-enable the browser search by setting alwaysRenderAllContent to true, just be aware that this will render all the content and it might be slow for big files.

tariq1890 commented 7 years ago

Oh Sure. Thanks so much @tulios