for(int i=0; i<Math.round(tabelle.length/10);i++){
list=new JSONArray();
for(int j=0; j<tabelle[0].length;j++){
list.add(tabelle[i][j]);
}
json.put(header[i],list);
}
Reader.l\_tabelle=null;
this.str=json.toJSONString();
System.out.println(str);
ist mein entsprechender code