Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to auto expand json view in Firefox Quantum Developer Edition?

As title.

For example, when i go to https://jsonplaceholder.typicode.com/comments, the json array is like this

enter image description here

How can I make it all automatically expanded? So that I can view everything at once instead of expanding it 1 by 1. Thanks.

like image 422
Jacob Goh Avatar asked Nov 25 '17 00:11

Jacob Goh


1 Answers

Open the page via view source. It will show everything and expanded.

e.g. view-source:https://jsonplaceholder.typicode.com/comments

like image 179
user10816849 Avatar answered Oct 10 '22 00:10

user10816849