I recommend to use ISO 8601 dates. Especially this format
2014-03-12T13:37:27+00:00
is portable across many programming languages.
Edit:
JSON only knows these types:
string
number
object
array
true
false
null
Dates and datetimes are best stored as strings in a format that is widely used.