Skip to content

Instantly share code, notes, and snippets.

@MariuszWisniewski
Created February 5, 2016 03:18
Show Gist options
  • Save MariuszWisniewski/1501853ecd1e5ae99ee1 to your computer and use it in GitHub Desktop.
Save MariuszWisniewski/1501853ecd1e5ae99ee1 to your computer and use it in GitHub Desktop.
array = [1,2,3,4,5,6,7,8,9]
dictionary = {
"status" : "OK",
"message" : "Visit us",
"url" : "https://www.syncano.io",
"array" : array
}
content = JSON.stringify(dictionary)
redirectResponse = new HttpResponse(200, content, 'text/json');
setResponse(redirectResponse);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment