I would like to get the ‘g_listData’ from the following HTML response using Javascript.
<html>
<body>
<script type="text/javascript">
var g_deferData= "testdata";
var g_listData = {"ListData":{ "Row" : [{
"ID": "85018",
"FileLeafRef": "test only"
}
,{
"ID": "85091",
"FileLeafRef": "completed"
}]
}}
</script>
</body>
</html>