We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tool can identify date value and makes it TDate type, but after calling FromJSONSTring, the value is 0 while the value in original JSON is “2016-0102”
maps all the numbers to Extended instead of Double
The text was updated successfully, but these errors were encountered:
@tullebay, "2016-0102" is not valid date. It should be "2016-01**-**02". Is this a mistake in your description?
Sorry, something went wrong.
No branches or pull requests
tool can identify date value and makes it TDate type, but after calling FromJSONSTring, the value is 0 while the value in original JSON is “2016-0102”
maps all the numbers to Extended instead of Double
The text was updated successfully, but these errors were encountered: