I'm using Chrome Extension to change a sites CSS/javascript.
I'm looking to manipulate the layout and get data.
Inspecting the code on the website I can see it has a json file, similar to the below:
< form id='preference' data-json={'name':'test','age':'40'},{'name':'test','age':'30'},{'name':'test','age':'50'} >
How would I loop through the information in the JSON file?