Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

convertTreeChartToJson #1

Closed
AnuchitO opened this issue Dec 19, 2014 · 0 comments
Closed

convertTreeChartToJson #1

AnuchitO opened this issue Dec 19, 2014 · 0 comments

Comments

@AnuchitO
Copy link
Owner

generate Json From Tree Chart
Result Expect
[

           {
              "id":1,
              "name":"Andrey",
              "rank":"Manager",
              "department":"Administration",
              "level":"Systems and Network Manager",
              "parent":""
           },
           {
              "id":2,
              "name":"Enrique",
              "rank":"Vice President ",
              "department":"IT",
              "level":"IT and Networks Officer",
              "parent":1
           },
           {
              "id":3,
              "name":"Chero",
              "rank":"Staff",
              "department":"Legal",
              "level":"Principal Engineer, Electrical Machines",
              "parent":1
           },
           {
              "id":4,
              "name":"Ricardo",
              "rank":"Manager",
              "department":"Marketing",
              "level":"Senior Manager, IT Risk Management",
              "parent":3
           },
           {
              "id":5,
              "name":"Jhon",
              "rank":"CIO",
              "department":"Operations",
              "level":"Senior Vice President and Group President,",
              "parent":3
           },
           {
              "id":6,
              "name":"William",
              "rank":"Director",
              "department":"Purchasing",
              "level":"Systems Engineer",
              "parent":3
           },
           {
              "id":7,
              "name":"Michile",
              "rank":"Vice President",
              "department":"Research and Development",
              "level":"ICT Service Desk Manager",
              "parent":6
           }
            ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant