How can I get the value “AUD” in Delphi ?
{“AUD”:{“code”:”AUD”,”value”:1.5035301824}
with :
Branch := JsonValue.GetValue(‘meta.data{0}.AUD.code’); ?
complete jason statement :
{“meta”:{“last_updated_at”:”2024-06-01T23:59:59Z”},”data”:{“AUD”:{“code”:”AUD”,”value”:1.5035301824},”CAD”:{“code”:”CAD”,”value”:1.3630401556},”EUR”:{“code”:”EUR”,”value”:0.9217301503},”IDR”:{“code”:”IDR”,”value”:16238.265355613},”USD”:{“code”:”USD”,”value”:1}}}
label1 = AUD
label2 =1.5035301824
Kind regards,