I have a JSON file that contains among it values for a specific property that is a string. In many of these strings, there are embedded <a href=".... </a>
tags with different links. I want to go through the whole object and remove all of these tags, while leaving what is inside the tags.
1) Remove all <a .... >
2) Remove all </a>