Say this is the response
{
"symbol": "LTCBTC",
"bidPrice": "4.00000000",
"bidQty": "431.00000000",
"askPrice": "4.00000200",
"askQty": "9.00000000"
}
how would I store only 4.00000200 from the askPrice as a variable, so I can perform math on later?
The answers in the other question do not explain how to store the response. They explain how to get parts of it once you have already stored it.