Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.30 KB | None | 0 0
  1. [
  2.     {
  3.         id: 10,
  4.         name: "project 1",
  5.         client: {
  6.             id: 1,
  7.             name: "client 1"
  8.         },
  9.         tasks: [
  10.             {
  11.                 id: 2,
  12.                 name: "task 1"
  13.             }
  14.         ]
  15.     },
  16.     {
  17.         id: 20,
  18.         name: "project 2",
  19.         client: {
  20.             id: 2,
  21.             name: "client 2"
  22.         },
  23.         tasks: [
  24.             {
  25.                 id: 3,
  26.                 name: "task 2"
  27.             }
  28.         ]
  29.     }
  30. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement