Personally I have a problem. In a javascript file we use the Object.values () method that normally takes an object and returns an array. But on the internet explore 9 does not work. Could someone help?
code example:
var json = '{"6":{"dataInicio":"02\/01\/2017","dataFim":"08\/02\/2017","bonus":"10","idProd":6}}';
var obj = JSON.parse(json);
var array = Object.values(obj);
No ie shows the following error: SCRIPT438: Object does not support property or method 'values'