Great and simple video - very helpfull people like me to learn the basic of JSON ..
@hindermath2 жыл бұрын
Another great HIWWH-Video. Thank you so much for the explanation of this topic widely used in many scenarios today and in the future.
@MichaelTroulis2 жыл бұрын
Very helpful video. Thank you.
@chrishinch88102 жыл бұрын
Great work, thank you so much!
@ashayeri682 жыл бұрын
Very helpful video. what is your ide font?
@MrJimmaguire Жыл бұрын
Really great 😊 which version of Delphi is required?
@tmssoftwareTV Жыл бұрын
We recommend XE2 minimum for robust JSON support in Delphi and TMS FNC JSON classes are supported from XE7
@klbass682 жыл бұрын
Would you mind creating a video on how to do SOAP requests and consuming the response with the native Delphi components? Also, without using WSDL? I love your tutorial videos.
@df3ytАй бұрын
I found a bug in the ObjectToJsonString, if your Date is in a record type it will become a normal double, if it's in a class it will display correctly with the zulu time and format. It does convert back to your object either way though but will confuse people using your JSON.
@tmssoftwareTVАй бұрын
is unfortunately a limitation in the Delphi JSON library
@christophschneider9934 Жыл бұрын
It seems to be important, that the class TCustomer is declared in the interface part of the unit and not later in the implementation part. Otherwise I get an Exception "Internal: Cannot instantiate type TCusomer" within TJson.JsonToObject(LJson). Is there a possibilty to register the class for the RTTI manually or by using a compiler directive? ({$TYPEINFO ON} does not solve this)
@erictenwestenend86821 күн бұрын
Just what i need
@kaffeburk100 Жыл бұрын
Cant compile the demo. [dcc32 Error] uMain.pas(112): E2018 Record, object or class type required Its the NowUTC i the last line. Result.LastOrder := TDateTime.NowUTC.IncHour(RANDOM(9999) * -1);
@tmssoftwareTV Жыл бұрын
What Delphi version do you use? You might need a newer Delphi version.