2

I can make my app to "force" Chrome (v 39.0.2171.99 m) to show http response as Json (instead of XML).

How do I get the Json in a tree structure (instead of a string)?

Checking the Preview tab in dev tools doesn't work for me.

I could paste the Json string into JsonLint, but I want to know a more direct route, if there is one.

Community
  • 1
  • 1
U r s u s
  • 6,680
  • 12
  • 50
  • 88

1 Answers1

15

I've been using this extension (It's called JSON Viewer and the source is available at github) for years, it works great.

I don't know who's the developer is but if he ever reads this: Thanks for taking the time to develop such a timesaving tool!

Diogo Raminhos
  • 2,023
  • 16
  • 24