You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
yeshvantbhavnasi
changed the title
For Referenceid to an id field in the JSON. Make the referenceID clickable so we can auto navigate to the element.
Feature Request: For ReferenceId to an id field in the JSON. Make the referenceID field clickable to auto navigate to the element.
Jul 8, 2019
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.
The text was updated successfully, but these errors were encountered: