home *** CD-ROM | disk | FTP | other *** search
/ GCW Games & More & Wacky Windows Companion / gcw.iso / win / util / encrypt / grpmgr.mdb / GroupTable.json < prev   
Encoding:
JavaScript Object Notation  |  1993-09-06  |  153 b 

  1. {
  2.     "schema": {
  3.         "GroupName": "Text (64)",
  4.         "Status": "Text (1)"
  5.     },
  6.     "data": [
  7.         {
  8.             "GroupName": "Sample Group A",
  9.             "Status": "P"
  10.         },
  11.         {
  12.             "GroupName": "Sample Group B",
  13.             "Status": "P"
  14.         }
  15.     ]
  16. }