var addObjectResponse = [{ \'DateTimeTaken\': \'/Date(1301494335000-0400)/\', \'Weight\': 100909.090909091, \'Height\': 182.88, \'SPO2\': \'222.00000
function orderKeys(obj, keys){ const newObj = {}; for(let key of keys){ newObj[key] = obj[key]; } return newObj; }