home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 August / AAHRDEMO.ISO / hotels / database / hotresyk.mdb / RestCounties.json < prev    next >
Encoding:
JavaScript Object Notation  |  1996-01-11  |  198 b 

  1. {
  2.     "schema": {
  3.         "County ID": "Long Integer",
  4.         "County": "Text (100)"
  5.     },
  6.     "data": [
  7.         {
  8.             "County ID": 1,
  9.             "County": "NORTH YORKSHIRE"
  10.         },
  11.         {
  12.             "County ID": 2,
  13.             "County": "SOUTH YORKSHIRE"
  14.         },
  15.         {
  16.             "County ID": 3,
  17.             "County": "WEST YORKSHIRE"
  18.         }
  19.     ]
  20. }