Skip to content

Instantly share code, notes, and snippets.

@taimursaeed
Created February 9, 2018 10:12
Show Gist options
  • Save taimursaeed/a3452edcebf7e4807a2d9062b9edcc82 to your computer and use it in GitHub Desktop.
Save taimursaeed/a3452edcebf7e4807a2d9062b9edcc82 to your computer and use it in GitHub Desktop.
Read JSON key value
$.each(myJSON, function(key, value) {
//read key and value here
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment