Skip to content

Instantly share code, notes, and snippets.

@zuzannamj
Last active February 29, 2020 08:24
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 zuzannamj/8b31d82c5aa075451f8118cc215c734d to your computer and use it in GitHub Desktop.
Save zuzannamj/8b31d82c5aa075451f8118cc215c734d to your computer and use it in GitHub Desktop.
//retrieve posted data
var jsonData = Platform.Request.GetPostData();
var obj = Platform.Function.ParseJSON(jsonData);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment