How do you encode a date in JSON?
Convert the date to UTC and enclose in quotes.
Wrap the date in double quotes.
Add a "date" key to your object and include the date as string.
Encode the date as string using the ISO-8601 date format.