I have the following object
{
"timetable": {
"MONDAY": {
"start-end0": {},
"start-end1": {},
"start-end2": {},
"start-end3": {},
"start-end4": {}
}
}
i need to add "start-end5" to MONDAY. I tried to use dot operator to monday like timetable.monday.start-end5={} it says monday undefined