{"library":"jsonpath-rw-ext","install":[{"cmd":"pip install jsonpath-rw-ext","imports":["import jsonpath_rw_ext\nexpression = jsonpath_rw_ext.parse('$.foo.bar')","from jsonpath_rw_ext import parser\nexpression = parser.ExtentedJsonPathParser().parse('$.foo.bar')","import jsonpath_rw_ext as jp\nresult = jp.match('$.items[*]', {'items': [1, 2, 3]})"]}]}