home *** CD-ROM | disk | FTP | other *** search
/ Internet Pratica / IPRAT_01.iso / tutoriais / DB / modelos / 12Issues.mdb / ResolutionLookup.json < prev    next >
JavaScript Object Notation  |  1998-06-29  |  258b

  1. {
  2.     "schema": {
  3.         "ResolutionID": "Long Integer",
  4.         "Resolution": "Text (50)"
  5.     },
  6.     "data": [
  7.         {
  8.             "ResolutionID": 1,
  9.             "Resolution": "Fixed"
  10.         },
  11.         {
  12.             "ResolutionID": 2,
  13.             "Resolution": "Not a Problem"
  14.         },
  15.         {
  16.             "ResolutionID": 3,
  17.             "Resolution": "Won't Fix"
  18.         },
  19.         {
  20.             "ResolutionID": 4,
  21.             "Resolution": "Duplicate Issue"
  22.         }
  23.     ]
  24. }