renderjson
renderjson copied to clipboard
Feature Request: For ReferenceId to an id field in the JSON. Make the referenceID field clickable to auto navigate to the element.
For example we have a json
{ 'subject' : { '$id':'123', 'name':'maths', 'desc':'some desc' }, 'students': [ { '$id':'1' 'firstName':'bob', 'lastName':'agent', 'subjects':[ { '$refId':123 'type':'subject' } ] } ] }
Here you can see the subject in student object has a referenceid to subject object. A feature to make the reference ID's clickable so we can auto navigate to the subject object instead of trying to search in a long rendered json.
We worked around this slightly differently, by removing $refs, see https://stackoverflow.com/questions/15312529/resolve-circular-references-from-json-object