Advertisement
Guest User

miniJSON

a guest
Jan 23rd, 2015
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [{
  2.     "value": "Top Level",
  3.     "data": [{
  4.         "value": "Global nodes",
  5.         "data": [{
  6.             "value": "VCC",
  7.             "instanceName": "N/A",
  8.             "moduleName": "N/A",
  9.             "cellType": "N/A"
  10.         },
  11.         {
  12.             "value": "GND",
  13.             "instanceName": "N/A",
  14.             "moduleName": "N/A",
  15.             "cellType": "N/A"
  16.         }]
  17.     }]
  18. },
  19. {
  20.     "value": "Subcircuits",
  21.     "data": [{
  22.         "moduleName": "adder",
  23.         "cellType": "bambam",
  24.         "instanceName": "N/A",
  25.         "value": "adder",
  26.         "pins": [{
  27.             "id": 0,
  28.             "cellPin": "S",
  29.             "instPin": ""
  30.         },
  31.         {
  32.             "id": 1,
  33.             "cellPin": "O",
  34.             "instPin": ""
  35.         }],
  36.         "data": [{
  37.             "instanceName": "RX_2413",
  38.             "cellType": "NEC",
  39.             "prefix": "N",
  40.             "moduleName": "not specified",
  41.             "pins": [{
  42.                 "cellPin": "+ve node",
  43.                 "instPin": "N1"
  44.             },
  45.             {
  46.                 "cellPin": "-ve node",
  47.                 "instPin": "GND"
  48.             }],
  49.             "value": "RX_2413"
  50.         }]
  51.     }]
  52. }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement