Skip to content

Latest commit

 

History

32 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tree structure visualizer

This is a tool that given a JSON-represented tree(or forest) structure and then generate a representation image.

Demo page

The input format is a specialized JSON like this:

{ "user":
  { "profile":
    { "personal":
      { "name": {}
      , "contact":
        { "email": {}
        , "phone": {}
        }
      }
    , "preferences":
      { "theme": {}
      , "notifications": {}
      }
    }
  , "settings":
    { "privacy": {}
    , "security":
      { "twoFactor": {}
      , "backup": {}
      }
    }
  }
}

and generate an image like this:

sample

The order of the siblings matters.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages