hivivo / ngx-json-viewer

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

href any url if persent in the JSON on click in the same page or other #30

Open sunilmondal4you opened 4 years ago

sunilmondal4you commented 4 years ago

Some value of my JSON contains URL, i want to redirect to that page on click event , this is not happen, Please help me. My sample JSON given bellow.

"exploration package":{
    "TikTok" : "linkURL",
    "Twitter" : "linkURL",
    "Email" : "linkURL",
    "kickstarter" : "linkURL",
}
playground commented 2 years ago

Also, be able to assign click event to any of the items would be nice.