I have a HTML file and at the bottom of the page is some JSON code.
<script id="__NEXT_DATA__" type="application/json">
{
"props": {
"pageProps": {
"products": [
{
"id": "1",
"name": "Product 1",
"description": "Some short description.",
},
{
"id": "2",
"name": "Product 2",
"description": "Some short description.",
},
I am trying to move this JSON code into a sepparate file (data.json).