Created
January 11, 2017 23:50
-
-
Save tmoulin/683de6e47a6b5405552bd14d05c8aab8 to your computer and use it in GitHub Desktop.
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
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