7

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.

Jacob Goh
  • 19,800
  • 5
  • 53
  • 73

1 Answers1

1

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

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

jww
  • 97,681
  • 90
  • 411
  • 885