Parsing Dates:
Date objects are not allowed in JSON. If you need to include a date, write it as a string. You can convert it back into a date object later.
In this video of JSON Series you will learn:
How to Convert a String into a Date.
How to Convert a String into a Date, using the Reviver function.