Как распарсить элемент в html?

Пытаюсь распарсить элемент "top_items" чтоб вытащить от туда цифры через, помогите получить top_items

Document doc = null;
            try {
                doc = Jsoup.connect("https://vk.com/id").userAgent("Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36").get();
            } catch (Exception e) {
            }
Elements metaElements = doc.select("script");

<script id="page_script" type="text/javascript">
autoScroll(function() { return geByClass1('_show_more', geByClass1('pcont', 'mcont')); }, Wall, {no_cache: true});cur.fr_search = new QuickSearch(extend({"action":"\/friends?section=all","al_action":"\/friends?section=all","container":"fr_search_items","field":"fr_search_field","btn":"fr_search_btn","clear_btn":"fr_search_clear","top_items":["157215116","197923162","267485637"]

Ответы (0 шт):