[ { day: 'Mon', time : [ { start_time: '10:00', end_time: '13:00' }, { start_time: '16:00', end_time: '24:00' } ] } ]
like this code with using nodejs
[ { day: 'Mon', time : [ { start_time: '10:00', end_time: '13:00' }, { start_time: '16:00', end_time: '24:00' } ] } ]
like this code with using nodejs