Guest User

Untitled

a guest
Oct 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. divisionId, teamId, managerId, employeeId, firstName, lastName, birthdate
  2.  
  3. 1,7,3,24,Jon,Snow,1986-12-26
  4.  
  5. {
  6. "divisions": {
  7. "#divisionId": {
  8. "teams": {
  9. "#teamId": {
  10. "managers": {
  11. "#managerId": {
  12. "employees": {
  13. "#employeeId": {
  14. "id": "#employeeId",
  15. "firstName": "Jon",
  16. "lastName": "Snow",
  17. "birthdate": "1986-12-26"
  18. }
  19. }
  20. }
  21. }
  22. }
  23. }
  24. }
  25. }
  26. }
Add Comment
Please, Sign In to add comment