Hello I have a structure with opening Hours, I have no clue how to generate this one
{
“openingHours”:{
“monday”:[
{
“openTime”:“9:32”,
“closeTime”:“13:14”
}
],
“tuesday”:[
{
“openTime”:“06:35”,
“closeTime”:“17:20”
}
]
}
}
using Mockaroo.
I tried this (https://www.mockaroo.com/14b48f90), but with no success
Thanks for any help.