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
Due to the way how libyang works, printing tress with, e.g., node.print(libyang.DataFormat.JSON, libyang.PrintFlags.WithSiblings), requires finding the first sibling first, otherwise an incomplete tree would get printed.
Due to the way how libyang works, printing tress with, e.g.,
node.print(libyang.DataFormat.JSON, libyang.PrintFlags.WithSiblings), requires finding the first sibling first, otherwise an incomplete tree would get printed.