add key to json

JavaScript
jsondata.FDamount = 'false';
// or
jsondata['FDamount'] = 'false';

Source

Also in JavaScript: