I wasn't sure which forum to put this in.
I have an object with a TTime field. Aurelius creates this as a TIME field in a Firebird 3 database.
I have a Webcore app and using the TXDataWebDataSet and this creates a TTimeField.
However, when I save the data the following excpetion is raised:
exception class TJsonTypeConverter.EConvertFromJsonError with message 'Cannot read JSON property of type "TTime", invalid value.'.
Any ideas?