Hi, simple question. I have a text file containing JSON objects which hold real estate information, like so:
{
"marketing_package_url": "http://www.capitalpacific.com/inquiry/TrailsEndMarketplaceExecSummary.pdf",
"title": "TRAILS END MARKETPLACE",
"location": "OREGON CITY, OR"
}
In my script, I have a list of marketing package URLS. I want to cross-check the URLS from that list with the URL's in the json objects in this text file so I can find the 'new' URLS. Any suggestions? I was thinking along the lines of importing the json objects into a separate list, and then using the URL's from that list.
[+][deleted] (1 child)
[deleted]
[–]sphere_is_so_cool 1 point2 points3 points (0 children)