3

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.

3
  • Does using a <pre> tag help, or not ? Commented Jan 23, 2015 at 13:41
  • @XavierNorbal how would that help? Commented Jan 23, 2015 at 14:16
  • it always formatted me json strings so it was readable (I mean comprehensible) Commented Jan 23, 2015 at 14:43

1 Answer 1

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!

Sign up to request clarification or add additional context in comments.

2 Comments

The extension link is broken and blog post throwing a server error.
@SrdjanDonevski thanks for the heads up, answer updated. The old version was removed due to a vulnerability but there's a fork online, fixed and totally secure.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.