I have an object containing a date object. When I post it to a NodeJS server, it's still an object but the time has been converted to a string. Is there any way to avoid this? I can't parse the entire object because I get an "Unexpected token o" error (I assume because it's still an object). I have an object containing a date object. When