Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.89 KB | None | 0 0
  1. id: 1,
  2.                         name: 'Organization 1',
  3.                         inventoryList: [{
  4.                             id: 1,
  5.                             name: 'Inventory 1',
  6.                             projects: [{
  7.                                 id: 1,
  8.                                 name: 'Project 1'
  9.                             }, {
  10.                                 id: 2,
  11.                                 name: 'Project 2'
  12.                             }]
  13.                         }, {
  14.                             id: 2,
  15.                             name: 'Inventory 2',
  16.                             projects: [{
  17.                                 id: 3,
  18.                                 name: 'Project 3'
  19.                             }, {
  20.                                 id: 4,
  21.                                 name: 'Project 4'
  22.                             }]
  23.                         }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement