Advertisement
fiddi

Assessment Node

Dec 19th, 2016
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.43 KB | None | 0 0
  1. [
  2.    {
  3.       "Nodes":[
  4.          {
  5.             "id":1,
  6.             "isRoot":true
  7.          },
  8.          {
  9.             "id":2,
  10.             "isRoot":true
  11.          },
  12.          {
  13.             "id":3,
  14.             "isRoot":false
  15.          },
  16.          {
  17.             "id":4,
  18.             "isRoot":false
  19.          },
  20.          {
  21.             "id":5,
  22.             "isRoot":false
  23.          },
  24.          {
  25.             "id":6,
  26.             "isRoot":false
  27.          },
  28.          {
  29.             "id":7,
  30.             "isRoot":false
  31.          },
  32.          {
  33.             "id":8,
  34.             "isRoot":false
  35.          },
  36.          {
  37.             "id":9,
  38.             "isRoot":false
  39.          },
  40.          {
  41.             "id":10,
  42.             "isRoot":false
  43.          },
  44.          {
  45.             "id":11,
  46.             "isRoot":false
  47.          },
  48.          {
  49.             "id":12,
  50.             "isRoot":false
  51.          },
  52.          {
  53.             "id":13,
  54.             "isRoot":false
  55.          },
  56.          {
  57.             "id":14,
  58.             "isRoot":false
  59.          },
  60.          {
  61.             "id":15,
  62.             "isRoot":false
  63.          }
  64.       ],
  65.       "Links":[
  66.          {
  67.             "parentNode":1,
  68.             "childNode":3
  69.          },
  70.          {
  71.             "parentNode":1,
  72.             "childNode":4
  73.          },
  74.          {
  75.             "parentNode":1,
  76.             "childNode":5
  77.          },
  78.          {
  79.             "parentNode":4,
  80.             "childNode":8
  81.          },
  82.          {
  83.             "parentNode":5,
  84.             "childNode":12
  85.          },
  86.          {
  87.             "parentNode":5,
  88.             "childNode":13
  89.          },
  90.          {
  91.             "parentNode":9,
  92.             "childNode":13
  93.          },
  94.          {
  95.             "parentNode":2,
  96.             "childNode":6
  97.          },
  98.          {
  99.             "parentNode":6,
  100.             "childNode":9
  101.          },
  102.          {
  103.             "parentNode":6,
  104.             "childNode":10
  105.          },
  106.          {
  107.             "parentNode":9,
  108.             "childNode":14
  109.          },
  110.          {
  111.             "parentNode":14,
  112.             "childNode":15
  113.          },
  114.          {
  115.             "parentNode":2,
  116.             "childNode":7
  117.          },
  118.          {
  119.             "parentNode":7,
  120.             "childNode":10
  121.          },
  122.          {
  123.             "parentNode":7,
  124.             "childNode":11
  125.          },
  126.          {
  127.             "parentNode":11,
  128.             "childNode":15
  129.          }
  130.       ]
  131.    }
  132. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement