(no title)
worg
|
3 years ago
Of course the display representation on the tool is indeed a graph, but some people might wonder how one can represent a multi-parent node in a JSON tree or have some cyclic structure, which of course is not possible and cause confusion
jeffreygoesto|3 years ago
[0] https://www.rfc-editor.org/rfc/rfc6901
aliqot|3 years ago
If cyclicallity is needed specifically, cyclic graphs do exist, but it was my impression that JSON doesn't have these, or I'm unable to imagine how that would work. While two fields may have the same 'value' in a JSON object, I don't know how I could express cyclicallity using normal JSON syntax to say that two identical values would be linked cyclically.
8n4vidtmkvmk|3 years ago