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