You are not logged in.
Pages: 1
I need to get the data returned by https://www.dolarsi.com/api/api.php?typ … rincipales in a rawUTF8 variable or variant. Thanks in advance!
Offline
Use SynCrtSock or mormot.net.client for the HTTP request.
And TDocVariant or other means of JSON serialization like a record for JSON. This is well covered in the documentation.
See e.g. https://stackoverflow.com/a/22078306
Offline
Thanks ab! it was just what I needed.
Offline
Pages: 1