DataGrid in Dojo , with json data from a servlet.
- by Magesh
Hello , i am using JSON for first time...
and want to fill my datagrid with my JSON data,
this is my JSON data,
{
"head": {
"vars": [ "s" , "fname" , "lname" ]
} ,
"results": {
"bindings": [
{
"s": { "type": "uri" , "value": "http://tn.gov.in/Person/41" } ,
"fname": { "type": "literal" , "value": "Gayathri" } ,
…