Loading...

Create and Download Org Chart Using JSON Data Online

  1. Paste JSON Data: Create a JSON object to represent the hierarchical structure of your organization
  2.  

    Example :
            {
            "name": "CEO",
            "title": "Chief Executive Officer",
            "children": [
                {
                "name": "CTO",
                "title": "Chief Technology Officer",
                "children": [
                    {
                    "name": "Dev Manager",
                    "title": "Development Manager",
                    "children": [{ "name": "Developer", "title": "Software Developer" }]
                    }
                ]
                },
                {
                "name": "CFO",
                "title": "Chief Financial Officer",
                "children": [
                    {
                    "name": "Finance Manager",
                    "title": "Finance Manager",
                    "children": [{ "name": "Accountant", "title": "Accountant" }]
                    }
                ]
                }
            ]
            }


  3. Preview Data: Once you have pasted your JSON data, our Json viewer tool will automatically parse and display it in a structured Graph format. You will see a preview of the data on the right side of the screen.
  4. Save or Export:Once the org chart is generated, save or export the diagram with png format