D
Deleted member 5254
So, I know that you can Check for data on a website... such as a version number, but can you pull part of said data back into a variable?
For example, I have a website that loads this data
From that I need to pull the "price" and put it into a variable.
Is that possible?
For example, I have a website that loads this data
code_language.skript:
{"status":"success","symbol":"AAPL","last":{"price":169.59,"size":100,"exchange":4,"timestamp":1522972796700}}
Is that possible?