I am new to JSON and in reviewing the JSON specification, I have noticed that there is no data type for dates and times. I have done some research and come across a few suggestions, one of which was using a UNIX timestamp. Is that the simplest approach? Will I run into any problems down the line?I am new to JSON and in reviewing the JSON spec