Parsing json with aaData
Parsing json with aaData
andrew1986
Posts: 12Questions: 5Answers: 0
Hi guys,
I am basically new at this, and I´m having some issues create tables cause I cannot get json format in the right way, for sample, my php function return a json which looks like:
{
" value 1": [
{
"name": "the name",
"last name": "the last name"
}
],
" value 2": [
{
"name": "the name",
"last name": "the last name"
}
]
}
However I need it as "aaData" which is driving me crazy. Any advises??
Thanks a ton!!!
I am basically new at this, and I´m having some issues create tables cause I cannot get json format in the right way, for sample, my php function return a json which looks like:
{
" value 1": [
{
"name": "the name",
"last name": "the last name"
}
],
" value 2": [
{
"name": "the name",
"last name": "the last name"
}
]
}
However I need it as "aaData" which is driving me crazy. Any advises??
Thanks a ton!!!
This discussion has been closed.
Replies
Allan