Advertisement
Guest User

ptestx.json fix (dekkard)

a guest
Nov 19th, 2014
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "name" : "GC",
  3.     "GID" : 1,
  4.     "idx" : 1,
  5.     "type" : "black",
  6.     "stroke" : 5,
  7.     "children" : [{
  8.             "name" : "Strategy",
  9.             "GID" : 200,
  10.             "idx" : 2,
  11.             "type" : "black",
  12.             "stroke" : 5,
  13.             "children" : [{
  14.                     "name" : "IT Strategy",
  15.                     "GID" : 203,
  16.                     "idx" : 3,
  17.                     "type" : "black"
  18.                 }, {
  19.                     "name" : "IT Cost Optimization",
  20.                     "GID" : 204,
  21.                     "idx" : 4,
  22.                     "type" : "black"
  23.                 }
  24.             ]
  25.         }, {
  26.             "name" : "Sourcing",
  27.             "GID" : 300,
  28.             "idx" : 7,
  29.             "type" : "red"
  30.         }, {
  31.             "name" : "Applications ",
  32.             "GID" : 400,
  33.             "idx" : 10,
  34.             "type" : "yellow"
  35.         }, {
  36.             "name" : "I&O",
  37.             "GID" : 500,
  38.             "idx" : 15,
  39.             "type" : "yellow"
  40.         }, {
  41.             "name" : "Security",
  42.             "GID" : 600,
  43.             "idx" : 18,
  44.             "type" : "blue"
  45.         }, {
  46.             "name" : "PPM",
  47.             "GID" : 700,
  48.             "idx" : 21,
  49.             "type" : "blue"
  50.         }
  51.     ]
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement