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
I need to implement a tree-type data structure, a list of nested lists. As json0 stands today, from what I understand from reading the code, moving a list element from one list to another is not yet supported. Is this correct? Should I, instead, remove the list element, and re-insert it at the correct position in the destination list? Has anyone else implemented this? Advice/pointers much appreciated.
The text was updated successfully, but these errors were encountered:
I need to implement a tree-type data structure, a list of nested lists. As json0 stands today, from what I understand from reading the code, moving a list element from one list to another is not yet supported. Is this correct? Should I, instead, remove the list element, and re-insert it at the correct position in the destination list? Has anyone else implemented this? Advice/pointers much appreciated.
The text was updated successfully, but these errors were encountered: