Hello,
I posted earlier about the possibility of using Agility with JSON data source
with a "root property". I see there is security concerns with JSON objects at 
What are the risks of being hacked like that, and do you think Agility should
support "root properties" ?
From my original post at
================================ 
{ 
    "data": <------------- "root property" that we cannot use with Agility
    [ 
       { 
            "name": "John", 
            "stmp": 1333105200 
        }, 
       { 
            "name": "Jane", 
            "stmp": 1333105200 
        } 
    ], 
    "success": true 
} 
============================================