Guest User

Untitled

a guest
Nov 15th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. var objeto = JSON.parse(data, function(key, value) {
  2. if (typeof value === 'string') {
  3. var d = //Date((d*))//.exec(value);
  4. return (d) ? new Date(+d[1]) : value;
  5. }
  6. return value;
  7. });
Add Comment
Please, Sign In to add comment