Advertisement
troopy712139

Untitled

Jan 18th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.43 KB | None | 0 0
  1. [{
  2.   "text": "B1",
  3.   "nodes": [{
  4.     "text": "FEOL",
  5.     "nodes": [{
  6.       "text": "SPUTTER"
  7.     }, {
  8.       "text": "COATING"
  9.     }, {
  10.       "text": "EXPOSING"
  11.     }, {
  12.       "text": "DEVELOP"
  13.     }, {
  14.       "text": "PLATING"
  15.     }, {
  16.       "text": "BOND"
  17.     }]
  18.   }, {
  19.     "text": "BEOL",
  20.     "nodes": [{
  21.       "text": "GRINDING"
  22.     }, {
  23.       "text": "BALLDROP"
  24.     }, {
  25.       "text": "PROBING"
  26.     }, {
  27.       "text": "BACKCOATING"
  28.     }, {
  29.       "text": "MARKING"
  30.     }, {
  31.       "text": "SORTING"
  32.     }, {
  33.       "text": "TUG"
  34.     }]
  35.   }]
  36. }, {
  37.   "text": "B2",
  38.   "nodes": [{
  39.     "text": "FEOL",
  40.     "nodes": [{
  41.       "text": "SPUTTER"
  42.     }, {
  43.       "text": "COATING"
  44.     }, {
  45.       "text": "EXPOSING"
  46.     }, {
  47.       "text": "DEVELOP"
  48.     }, {
  49.       "text": "PLATING"
  50.     }, {
  51.       "text": "BOND"
  52.     }]
  53.   }, {
  54.     "text": "BEOL",
  55.     "nodes": [{
  56.       "text": "GRINDING"
  57.     }, {
  58.       "text": "BALLDROP"
  59.     }, {
  60.       "text": "PROBING"
  61.     }, {
  62.       "text": "BACKCOATING"
  63.     }, {
  64.       "text": "MARKING"
  65.     }, {
  66.       "text": "SORTING"
  67.     }, {
  68.       "text": "TUG"
  69.     }]
  70.   }]
  71. }, { // This hear is the end result I want if there is no such node from the original tree
  72.   "text": "B3",
  73.   "nodes": [{
  74.     "text": "ASDF",
  75.     "nodes": [{
  76.       "text": "DSDF987SDF7",
  77.       "nodes": [{
  78.         "text": "0015",
  79.         "location": "B3-ASDF-DSDF987SDF7-0015"
  80.       }]
  81.     }]
  82.   }]
  83. }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement