Subversion Repositories eFlore/Applications.cel

Rev

Rev 1018 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1018 Rev 1283
Line 504... Line 504...
504
			for (int j = 0; j < taillemax; j++) {
504
			for (int j = 0; j < taillemax; j++) {
505
				// on extrait les élements du tableau
505
				// on extrait les élements du tableau
506
				if (reponse.get(j).isObject() != null) {
506
				if (reponse.get(j).isObject() != null) {
507
					JSONObject noeud = (JSONObject) reponse.get(j);
507
					JSONObject noeud = (JSONObject) reponse.get(j);
Line 508... Line 508...
508
 
508
 
509
					String id_noeud = noeud.get("id_mot_cle_utilisateur")
509
					String id_noeud = noeud.get("id_mot_cle_image")
510
							.isString().stringValue();
510
							.isString().stringValue();
511
					String mot_cle = noeud.get("mot_cle").isString()
511
					String mot_cle = noeud.get("mot_cle").isString()
512
							.stringValue();
512
							.stringValue();
513
					String parent = noeud.get("ce_mot_cle_utilisateur_parent").isString()
513
					String parent = noeud.get("ce_mot_cle_image_parent").isString()
Line 514... Line 514...
514
							.stringValue();
514
							.stringValue();
Line 515... Line 515...
515
 
515