I\'m receiving a JSON date in the following format:
\"launch_date\": 1250553600
How should I modify the following to include a custom DateT
You're going to want to use a JSONConverter to help manage the translation. See this stackapps answer for more detail.