how do i code a python program that return a json element that look like this
{1:{'name':foo,'age':xl}
2:{'name':vee,'age':xx}
....
}
What i meant is that i want return nested dictionaries
What i hoped to accomplish is something like this
var foo = 1.name # to the the value of name in the clientside
I hope all this made sense .English is my second language
thanks in advance