Skip to content

Instantly share code, notes, and snippets.

@ericblade
Created August 27, 2011 20:36
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 ericblade/1175841 to your computer and use it in GitHub Desktop.
Save ericblade/1175841 to your computer and use it in GitHub Desktop.
this.log("Inbox Received");
i = inResponse.indexOf("<json><!")+14;
j = inResponse.lastIndexOf("></json>")-1;
inboxJSON = JSON.parse(inResponse.substring(i,j));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment