{
"songs": {
1: {
"name": "bestmusic"
}
}
}
Now, I want to add the number 2 to the array.
songs.2 = {};
doesn't work.
{
"songs": {
1: {
"name": "bestmusic"
}
}
}
Now, I want to add the number 2 to the array.
songs.2 = {};
doesn't work.