Hi
I am trying to consume a webservice witch returns json…. Well I am a bit stuck. I can not get the return string to convert to a variant.
I need to import some currencies. The help gives me this: But stops there:
But how do I get this to a variant?
buffervar is Buffer = r.Content
( if I click on the buffervar in debug mode then I can select Json and I see exactly what I want.
regards
Regards
I am trying to consume a webservice witch returns json…. Well I am a bit stuck. I can not get the return string to convert to a variant.
I need to import some currencies. The help gives me this: But stops there:
h is httpRequest h..Method = httpGet h..URL = "[apilayer.net]; r is restResponse = RESTSend(h) info(r.content)
But how do I get this to a variant?
buffervar is Buffer = r.Content
( if I click on the buffervar in debug mode then I can select Json and I see exactly what I want.
regards
Regards