|    
			
				05/04/2013, 11:54
			
			
			  | 
  |   |  |  |  Fecha de Ingreso: abril-2013 Ubicación: Vigo 
						Mensajes: 1
					 Antigüedad: 12 años, 6 meses Puntos: 0 |  | 
  |  Respuesta: JSON: Añadir claves:valor dinámicamente.  
  cambia esto:
 //for(i=0; i<arreglo_json.length; i++){
 arreglo_json.push({"nombre": el_nombre, "edad": la_edad});
 //}
     |