Skip to content

Instantly share code, notes, and snippets.

@plushevy
Last active February 2, 2018 17:12
Show Gist options
  • Save plushevy/a00c5dd7a2dcd6811178821c4e51cb6d to your computer and use it in GitHub Desktop.
Save plushevy/a00c5dd7a2dcd6811178821c4e51cb6d to your computer and use it in GitHub Desktop.
$ Если не массив, обьект в массив.
if (!$.isArray(json.data)) {
json.data = [json.data];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment