{"ForeName":["B\len4","Keriw"],
"SurName":["Regor","Blsiger"],
"UserName":["rosdferbehlen","karidbaldfiger"
],
"AdressId":[1,2],"AdressUserId":[1,2],
"AdressStreet":["Rodfgerstrasse 17","Roegtestrawsse"],
"AdressPlace"
:["Lostrf2","Onsdfgngen"],
"SuchResultatEndeId":[1,2],"Rueckmeldung":""}
and this answer is published on the website with the following code.
for($i = 0, cnt = data.SuchResultatEndeId.length; i < cnt; i+=1) {
$('<table id="'+ i +'"><tr><td>'+ data.ForeName[i] + '</td><td>'+ data.SurName[i] + '</td><td>'+ data.AdressStreet[i] + '</td><td>'+ data.AdressPlace[i] + '</td><td><a href="../profile/'+ data.UserName[i] + '">Profile</a></td></tr></table>').appendTo('#result')
}