var obj = "{\"btc_usd\":{\"high\":485.46201,\"low\":464.953}}"; var data = eval("(" + obj + ")"); var out = data.btc_usd.high; alert (out);