Hi,
I'm having a problem with assigning value from JsonToken or JsonValue to Variant variable.
I didn't find in documentation how can I check if value from token is certain type, and to assing that value to Variant
if JToken.IsInteger() then
variant := JToken.AsValue().AsInteger();
Thanks
Answers