-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prettify JSON #19
Comments
I just submitted a pull request for this: #24 |
Since the pull request of @mikegioia is outdated, i've tryed to implenet the json preview. @nathan-osman could you please give me support on this localization strings? |
To answer your first question, you can access localized strings using:
For example:
However, I'm not sure that adding a new tab is the best way to present the prettified JSON. The Raw tab is supposed to display the content exactly the way it was received over-the-wire. The Preview tab would probably be a more appropriate place to display the prettified JSON. |
Thank you for the comment. That way it was much easier to implement. I've tryed to keep the code consistent. If there are is anything that i have to change on the code, please tell me to fix it. |
Looks good, thanks! |
Would be cool if JSON could be prettified. IMO it makes sense to do so in the "preview" tab.
This:
should become this:
The text was updated successfully, but these errors were encountered: