While programming in Javascript, you may want to create a json object according to the data during the run, the following code will help you.
var jsonData = {}; //Json Object
//jsonData objesine erişebildiğiniz her yerde doğrudan
jsonData["SutunAdi"] = "deneme";
//şeklinde yeni bir sütun ve değer ekleyebilirsiniz