Last active
February 7, 2017 22:08
-
-
Save fauverism/3079f219cd0cd591b7951bd28b5c346f to your computer and use it in GitHub Desktop.
see available properties
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
str = JSON.stringify(obj); | |
str = JSON.stringify(info, null, 4); | |
console.log(str); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment