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
This is a good argument, but speaking of readability I believe dot notation is better but I see the problem here. Perhaps the solution here could be identify if the object key includes the RegExp \[\d+\] then we can display is as {Root}["members[0]"] then the rest may continue with dot notation. How does that sounds?
Issue description
Today, the node path represents using the dot property.
which can cause issues under some scenarios as shown above in the screenshot.
Suggested Solution: We can display the node path like this {root}["child1"]["child2"]
Media & Screenshots
No response
Operating system
OS: [e.g. iOS]:
Browser [e.g. chrome, safari]:
Any other details...
Priority this issue should have
Low (slightly annoying)
The text was updated successfully, but these errors were encountered: