Advertisement
Guest User

Untitled

a guest
May 24th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.   {
  2.        "_id": "fTvDyoPyewBgZ66Ge",
  3.        "name": "Testgruppe1",
  4.        "type": "group",
  5.        "children": [
  6.           {
  7.              // IMPORTANT: "_id" is missing for the user!
  8.              "name": "100 Tage Sommer",
  9.              "type": "user",
  10.              "children": [
  11.                {
  12.                   "_id": "T5itqnm84ZzTM54Zp",
  13.                   "name": "100 Liste 1",
  14.                   "type": "list"
  15.                },
  16.                {
  17.                   "_id": "BCJKCZXhjibY7Qdyw",
  18.                  "name": "100 Liste 2",
  19.                   "type": "list"
  20.                }
  21.             ]
  22.          },
  23.          {
  24.             "name": "Amoni",
  25.             "type": "user",
  26.             // this "children" could acutally be omitted as this user does not have any lists ... but I don't know how! Not that important though ...
  27.             "children": [
  28.                {
  29.                   "type": "list"
  30.                }
  31.             ]
  32.          }
  33.       ]
  34.    }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement