Good Example But I Cant Find how to obtain recnum y tubeenum values. Can you Help me with this?
This is using example from aehimself.
For recenum In records Do
Begin
coinmech := recenum.GetValue<TJSONObject>('coin_mech');
If Not Assigned(coinmech) Then
Continue;
tubes := coinmech.GetValue<TJSONArray>('tubes');
If Not Assigned(tubes) Then
Continue;
For tubeenum In tubes Do