C# TreeView to JSON and Back
Here’s a C# class for persisting a TreeView to JSON, and for restoring a TreeView from JSON.
Here’s a C# class for persisting a TreeView to JSON, and for restoring a TreeView from JSON.
Here are a few snippets of code I needed for internal tools… TreeView –> JSON JSON –> TreeView