mikekelly / hal-browser

An API browser for the hal+json media type
MIT License
835 stars 157 forks source link

Made hrefs in _links clickable in Properties view #90

Closed upachler closed 7 years ago

upachler commented 7 years ago

In Response to issue 82 (https://github.com/mikekelly/hal-browser/issues/82), I changed browser.html and properties.js so that links are clickable. In order to get this working, I needed a custom version of JSON.stringify() so I could track decorate the links with tags and track the state of where the stringifier is in the tree. Maybe there's library that can do it better, but the current version works for me :)

mikekelly commented 7 years ago

seems legit, thanks 👍