Skip to content

Instantly share code, notes, and snippets.

@renepardon
Created November 26, 2012 06:06
Show Gist options
  • Save renepardon/4146796 to your computer and use it in GitHub Desktop.
Save renepardon/4146796 to your computer and use it in GitHub Desktop.
Cordova Plugin response handling
var json = (typeof(response) === 'object') ? response : JSON.parse(response);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment