Delphi-JsonToDelphiClass icon indicating copy to clipboard operation
Delphi-JsonToDelphiClass copied to clipboard

Two issues

Open tullebay opened this issue 9 years ago • 1 comments

  1. 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”

  2. maps all the numbers to Extended instead of Double

tullebay avatar Jan 27 '16 04:01 tullebay

@tullebay, "2016-0102" is not valid date. It should be "2016-01**-**02". Is this a mistake in your description?

PKGeorgiev avatar Feb 16 '16 13:02 PKGeorgiev