Hello. I would be very grateful for the help. There is a site in the html page of this site is:
<script id='PageJson' type='text/json'> { "age":"32", "name":"David", "surname":"Johnson" } </script>
and I want to get it age, name, surname , and paste it to my site this way:
the person inserts the site link into the input , presses the button , and at the bottom, under the input, for example, the following appears:
<center><b>David Johnson</b> имеет возраст <b>32</b> года</center>
Please tell me in what ways this can be done?