# encoding: utf-8# Python 3.6.0import retext='{......}'m=re.findall(r'(?<=\"y\":)[\d\.]+', text)print(m)