const str=item.tag1.substring(2,10).split(",").join("");
const obj={str:{
"Value":item.value,
"vr":item.vr
}
}
How can the str in obj be read as a variable?