'Is it possible to go to a path shown in my JSON with a click

Consider a JSON file that looks like this :

{
"1651984021690": "log\\extended\\1651984021690.json"
}  

the path you see is a real path, relative to the root of the program, is it possible to go to this path using something like a ctrl + click and open this file?.
I'm using vs code and I'm fine with using any kind of package or extension or anything else that might help me achieve this.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source