Here is the data I'm working with:
{
success: true,
message: "success",
data: {
schedule_id: 2,
estimated_practice_time: "20",
day: "{0,1}",
from_time: "{08:00:00,09:00:00}",
until_time: "{18:00:00,19:00:00}"
}
}
This is what I currently have:
https://i.sstatic.net/h2yl2.png
I am trying to only display the value under "day", removing the curly braces:
0,1