Cutting the symbols in non-valid JSON for RESTful

Hello. I am trying to extract JSON data which is invalid from here https://air.jl5.technology//data/json-sensors?cb=run to get my local Air Quality sensors.
JSON is invalid because it starts with “window.device_sensors=” and ends with “;run()”
How can I cut those through value_template?