How to use JSON in Delphi [Beginner]

preview_player
Показать описание
This episode of 'How it works with Holger' will give you an introduction how to use JSON in Delphi.

SOURCE CODE:

CONNECT:

ABOUT:
TMS software, established in 1995, is a software development company specialized in:
VCL, FMX, LCL, FNC, .NET, component development
Windows, Web, Android, iOS, macOS, Linux, Raspberry Pi development projects
Training, consulting & custom project development
Рекомендации по теме
Комментарии
Автор

Another great HIWWH-Video. Thank you so much for the explanation of this topic widely used in many scenarios today and in the future.

hindermath
Автор

Great and simple video - very helpfull people like me to learn the basic of JSON ..

daved
Автор

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.

klbass
Автор

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 Is there a possibilty to register the class for the RTTI manually or by using a compiler directive? ({$TYPEINFO ON} does not solve this)

christophschneider
Автор

Very helpful video. what is your ide font?

ashayeri
Автор

Really great 😊 which version of Delphi is required?

MrJimmaguire
Автор

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 := * -1);

kaffeburk