hivivo / ngx-json-viewer

JSON formatter and viewer in HTML for Angular
MIT License
174 stars 72 forks source link

If data has url how to display it as link (Hyperlink) #132

Open chaitanyak25 opened 1 year ago

chaitanyak25 commented 1 year ago

jsonData = { "name": "John Smith", "link": "https://www.example.com" };

If data has url it should be clickable, is there any way to get this done.