alFRed88NSH
Technical User
I'm writing a script in javascript(actually a chrome extension) and I need an object that I can write to it like this(sorry, don't know how to explain it better) and then I convert it to string with format of json.
id[3].weekDay[6].hour[2] = 0
The id indices are unlimited, for weekDay 7 and hour 24.
I searched in google but i couldn't find what I wanted. Actually don't know the best keyword to search.(objects in arrays?)
id[3].weekDay[6].hour[2] = 0
The id indices are unlimited, for weekDay 7 and hour 24.
I searched in google but i couldn't find what I wanted. Actually don't know the best keyword to search.(objects in arrays?)