I\'d like to have JavaScript objects within another JavaScript object as such:
Issues: - {\"ID\" : \"1\", \"Name\" : \"Missing Documentation\", \"Notes\"
var jsonIssues = []; // new Array jsonIssues.push( { ID:1, "Name":"whatever" } ); // "push" some more here