I have 450,000 lines of JSON with a bunch of them having URLs in quotes that I need a list of.
E.x. "https://www.example.com/mycompany/image.img/ABCDEFGHIJKLMNOPQRSTUVWXYZ123456"
The only times https://www.example.com/mycompany/
appears is in the links that I want.
Is there an easy way to make a script that finds all the instances with https://www.example.com/mycompany/
and grabs all the text in the quotes? I can't remember what I need to google to find the docs on how to do this.