Hello there,
i´m really sorry to ask these stupid and basic questions, but it just
cannot figure it out.
I got this JSON:
-----------------
[
{
"VORGANG":"XX1234",
"NR":"572",
"NAME1":"Frank",
"NAME2":"S",
"REISENR":"12345"
},
{
"VORGANG":"XX12344",
"NR":"1111",
"NAME1":"Frank",
"NAME2":"L",
"REISENR":"12345"
},
{
"VORGANG":"XX12345",
"NR":"1264",
"NAME1":"Frank",
"NAME2":"L",
"REISENR":"12345"
}
]
-----------------
now i need to do something like this with it:
var dataArr = items(JSONdata);
but i need it recursively, to have everything in an array - the keys
may get lost.
or maybe is there a totally different solution to turn this object into
a html-table?
this is what i need to do with it.
all i could find was
http://www.mochikit.com/doc/html/MochiKit/DOM.html#creating-dom-element-trees
which needs an array.
Sorry for asking this beginners stuff, but for sure i´ll soon be more
into it and my stuff will work.
So long
--frank
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---