So I am trying to receive a JSON string from a BIG string. The string is the source of a page. But all the way at the end of the string it says <script>json='[46801158,105847139,"N\/A"]'</script> (What is variable). There are no other <script> tags. So I ask, how can I receive the JSON, i.e. only [46801158,105847139,"N\/A"].
Thanks,