dam search

by davehol

JavaScript

var obj = {
  "success": true,
  "results": 56,
  "total": 56,
  "more": false,
  "offset": 0,
  "hits": [{
    "Day-in-the-life-recruitment-notice.pdf": {
      "jcr:content": {
        "metadata": {
          "david": "test"
        }
      }
    }
  }, {
    "Imad-Moosa_CV.pdf": {
      "jcr:content": {
        "metadata": {}
      }
    }
  }, {
    "SCharlesworth_Publications_2015.pdf": {
      "jcr:content": {
        "metadata": {}
      }
    }
  }, {
    "Imad-Moosa-CV.pdf": {
      "jcr:content": {
        "metadata": {}
      }
    }
  }, {
    "Coles_WWWTP_Report.pdf": {
      "jcr:content": {
        "metadata": {}
      }
    }
  }, {
    "2016-PrincesLYOB_Application-form.pdf": {
      "jcr:content": {
        "metadata": {}
      }
    }
  }, {
    "LSCRIF-2015-Program.pdf": {
      "jcr:content": {
        "metadata": {
                  "dc:description": "Dave's a great guy",
          "dc:title": "The story of how Dave became a great guy"
        
        }
      }
    }
  }, {
    "Elspeth-McKay-Publications.pdf": {
      "jcr:content": {
        "metadata": {}
      }
    }
  }, {
    "Previous-Business-Lecture-Series_2014.pdf": {
      "jcr:content": {
        "metadata": {}
      }
    }
  }, {
    "Application-Shop-front-2015-.pdf": {
      "jcr:content": {
        "metadata": {}
      }
    }
  }, {
    "APEC-E-Payment-Readines-Index-2015.pdf": {
      "jcr:content": {
        "metadata": {
          "dc:description": "A study for APEC Business Advisory Council",
          "dc:title": "APEC E-payment Readiness Index: Ecosystem Assessment and Status Report"
        }
      }
    }
  }, {
    "Women-Research-Fellowship-2015-Form.pdf": {
      "jcr:content": {
        "metadata": {}
      }
    }
  }]
};
var link="";
var desc=""
var title="";
$.each(obj.hits, function(index, value1) {
  link = Object.keys(value1);
  $.each(value1, function(index, value2) {
    //alert(Object.keys(value2));
    $.each(value2, function(index, value3) {
     ...