thomaserlang/delphi-json

Checking if a field exists

Closed this issue · 1 comments

Is it possible to check if a field exists? Like sometimes an api doesn't return a field and it just exists the current method.

Yes.

data.Items.ContainsKey('username')