My JSON data is displayed below:
var nodeclienthash={
socket:null,
init : function() {
// Initializing socket.io
this.socket = new io.Socket(this.config.host, {port: this.config.port, rememberTransport: false});
}
};
I am currently looking to create only two objects, how can I achieve that?