-
-
Save zodiac1111/64293adc0b14c28b3b26 to your computer and use it in GitHub Desktop.
JSON I/O
This file contains 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
// From JSON | |
var jsObject = JSON.parse(jsonString); | |
// To JSON | |
var jsonString = JSON.stringify(foo); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment