Имя параметра JSON JavaScript

const object = {};
const name = 'studentCount';
object[name] = 14
Lioruby