Json decode after http request

calguy1000

New member
It would be great if we could json decode the results of an Http get request and then extract a subset of the object into a variable. Ie:. { "Data": { "val1": 2.5, "val2": 5.5 }}

Then being able to assign the value from Data.val2 to a macrodroid variable.

I am trying to use a web request to a weather service to get the current temperature into a macrodroid variable.
 
Top