dhtmlxgrid+json

I have a proprietary JSON stream (cannot be changed to another format) coming from a URL that needs to be bound to dhtmlxgrid. How do I do this?

“response”: {
“numFound”: 506202,
“start”: 0,
“docs”: [
{
“id”: “35157”,
“ORGN_NAME”: “RICHARD NYE, III”,
},
{
“id”: “34181”,
“ORGN_NAME”: “K MART CORP”,
},
{
“id”: “35158”,
“ORGN_NAME”: “BLUE MOUNTAIN”,
}]
}

Unfortunately you will have to create your own custom loading type.
docs.dhtmlx.com/doku.php?id=dhtm … s_creation