home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / farpoint / demo1exe.z / SAMPLE.MDB / sample.json
Encoding:
JavaScript Object Notation  |  1994-05-12  |  194 b 

  1. {
  2.     "schema": {
  3.         "Name": "Text (50)",
  4.         "SS#": "Text (50)",
  5.         "Paid": "Text (50)"
  6.     },
  7.     "data": [
  8.         {
  9.             "Name": "Donald Williamson",
  10.             "SS#": "276820346",
  11.             "Paid": "1234"
  12.         },
  13.         {
  14.             "Name": "Dave Jones",
  15.             "SS#": "234-04-8637",
  16.             "Paid": "5425"
  17.         }
  18.     ]
  19. }