Coding Assignment
PROBLEM TO SOLVE
Convert the string:
"(id,created,employee(id,firstname,employeeType(id), lastname),location)"
to the following output
id
created
employee
-
id
-
firstname
-
employeeType
-- id
- lastname
location
BONUS (OUTPUT IN ALPHABETICAL ORDER):
created
employee
- employeeType
-- id
-
firstname
-
id
-
lastname
id
location