Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

push json into json

//create object
var myObj = {
    "artist" : artist,    //your artist variable
    "song_name" : title   //your title variable
};
//push the object to your array
favorites.push( myObj );
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #push #json #json
ADD COMMENT
Topic
Name
8+4 =