AjaxSource - json Dictionary
AjaxSource - json Dictionary
I want to use a dictionary object as my source for table data and not an array of objects.
For example the json would be:
[code]
{data:
{
{key1: {a: 1, b: 2},
{key2: {a: 25, b: 5},
}
}
[/code]
The table would be:
[quote]
Row 1 - [ 1, 2]
Row 2 - [25, 5]
[/quote]
Is this possible?
For example the json would be:
[code]
{data:
{
{key1: {a: 1, b: 2},
{key2: {a: 25, b: 5},
}
}
[/code]
The table would be:
[quote]
Row 1 - [ 1, 2]
Row 2 - [25, 5]
[/quote]
Is this possible?
This discussion has been closed.
Replies
Allan