0

Is there a way to pretty print json or view with tree view so that i can view the json tree in a structured manner and not be a huge string dump?(like in chrome)

enter image description here

Divakar Rajesh
  • 1,140
  • 2
  • 18
  • 23

1 Answers1

0

You can use json_view to achieve this behavior

enter image description here

Abdelrahman Tareq
  • 1,874
  • 3
  • 17
  • 32