Questions tagged [hierarchical]

Looking for assistance with organizing data and/or resources in a hierarchical structure?

Transform a collection of hierarchical strings into JSON using C#

I have a series of strings that represent hierarchical information and are separated by hyphens (3 hyphens indicate separation). My goal is to convert this list into a JSON format so that I can link it to a tree control component. I am in search of a C# s ...