Skip to content

Instantly share code, notes, and snippets.

View alexxstst's full-sized avatar

Alexander Strizhov alexxstst

View GitHub Profile
@alexxstst
alexxstst / gist:a2bc05a98a068d6498e1
Last active March 23, 2016 17:26 — forked from antixrist/gist:faf300eb04c1aeca9137
VK API: Parse json Args to array.
/**
* For check: https://vk.com/dev/execute
*/
// var itemList = Args.list;
// var listSeparator = Args.listSeparator;
// var asInteger = Args.asInteger;
var itemList = "123456,789012,345678,901234,567890";