Possible visual misinterpretation of JSON #170
gurubaladhinesh
started this conversation in
General
Replies: 1 comment
-
That's the expected behaviour actually, it means "members" is part of the previous node and a parent (either an array or object). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When there are multiple key nodes at same level in JSON, keeping the key whose value is an Array alone in a separate box gives a wrong meaning OR does not give the meaning that all key nodes are at same level
Reg. the default JSON example provided in 'https://jsoncrack.com/editor'
Though 'members' key is at same level(in JSON) with 'squadName', the visual representation of having 'members' in a separate box and an arrow leading from 'squadName' box to 'members' box might give a wrong impression about the level of nodes.
Solution for the above misinterpretation is open for discussion.
Beta Was this translation helpful? Give feedback.
All reactions