Hi,
I want to check if the JSON or XML are well formed and raise an error if they are not. Please suggest the ways I can do this in Edge.
Solved! Go to Solution.
If JSON, you can run a JS policy that simply performs JSON.parse().
If it works, then it is well formed.