Created
December 10, 2019 17:33
-
-
Save crazyyy/69e1e32631ae632af73f98b30c2c3790 to your computer and use it in GitHub Desktop.
#postman #js #debug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const response = JSON.parse(responseBody) | |
const response_length = response.length; | |
console.log(response_length) | |
console.log(response) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment