Skip to content
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

Adding pretty JSON #262

Closed
wants to merge 1 commit into from
Closed

Adding pretty JSON #262

wants to merge 1 commit into from

Commits on Aug 20, 2015

  1. Adding pretty JSON

    + addition of [prettyjson](https://github.com/rafeca/prettyjson) to `src/prettyify-response.coffee` so that body and schema objects that are of content type `application/json' are easier to read
    + update to how we check content type, since types such as `application/json; charset=utf-8` are valid we should not do an exact match on `application/json` and instead do an indexOf
    Jeff Hann committed Aug 20, 2015
    Configuration menu
    Copy the full SHA
    97b8af9 View commit details
    Browse the repository at this point in the history