You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can already accomplish this with the Node.js API and the transform option.
Because individual needs are likely to differ, it is unlikely this kind of functionality would be exposed as a command-line flag.
This library has no effect on how your data is parsed, so even if you're generating type Date for specific fields you'll need accompanying code to transform the JSON.parse results to something bespoke.
Description
I need to use the node api to make sure date-times are parsed as Dates and not strings.
Proposal
Create a simple cli flag: --date-time-type
Allow the values string or date
Extra
The text was updated successfully, but these errors were encountered: