Skip to content

Instantly share code, notes, and snippets.

@uniconstructor
Created March 24, 2016 10:57
Show Gist options
  • Select an option

  • Save uniconstructor/b08f4789758f7d3c3887 to your computer and use it in GitHub Desktop.

Select an option

Save uniconstructor/b08f4789758f7d3c3887 to your computer and use it in GitHub Desktop.
Как разобрать JSON-строку?
// String -> JSON
JSON.parse(body);
// JSON -> String
JSON.stringify(data);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment