JS Adicionar campos para mapear
randomObject['hello'] = 'world';
//like
var myMap = {};
// ...
myMap[newKey] = newValue;
Defiant Dove
randomObject['hello'] = 'world';
//like
var myMap = {};
// ...
myMap[newKey] = newValue;