Delphi-Quellcode:
if (LowerCase(Ljtr.Path) = 'groupoptions.can_send_other_messages') and (Ljtr.TokenType = TJsonToken.Boolean) then
begin
LBotOptions.cs:= Ljtr.Value.ToString.ToBoolean;
end
das ist typisches konstruct
ich hätte aber gerne sowas wie
Delphi-Quellcode:
try
if (Ljtr.TokenType = TJsonToken.Boolean) then LBotOptions.'can_send_other_messages' := Ljtr.Value.ToString.ToBoolean;
.....
gibt es sowas?
Freu mich auf antworten ....
Gruß die Mietze