Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ldenson11
Created November 12, 2019 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ldenson11/e9bed6190cee4f43b221503c7f4576b3 to your computer and use it in GitHub Desktop.
Save ldenson11/e9bed6190cee4f43b221503c7f4576b3 to your computer and use it in GitHub Desktop.
var out = JSON.parse(record); // record is input, parse JSON formatted string to object
// do whatever you want here..
JSON.stringify(out); // emit JSON formatted string of object
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment