Skip to content

Instantly share code, notes, and snippets.

@tmoulin
Created January 11, 2017 23:50
Show Gist options
  • Save tmoulin/683de6e47a6b5405552bd14d05c8aab8 to your computer and use it in GitHub Desktop.
Save tmoulin/683de6e47a6b5405552bd14d05c8aab8 to your computer and use it in GitHub Desktop.
resultObj={}
resultObj.id="42"
resultObj.status="RUNNING";
resultObj.endpoint=""
result = JSON.stringify(resultObj);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment