home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9APLI / DTFL201.ZIP / $SAMPLE.DT_ / $SAMPLE.DT / Journal.json next >
JavaScript Object Notation  |  1998-05-27  |  401b

  1. {
  2.     "schema": {
  3.         "id": "Long Integer",
  4.         "Journal": "Long Integer",
  5.         "Journal Date": "DateTime",
  6.         "Journal Notes": "Text (50)",
  7.         "Journal OK": "Boolean NOT NULL",
  8.         "Journal Hrs": "Double"
  9.     },
  10.     "data": [
  11.         {
  12.             "id": 1,
  13.             "Journal": 1,
  14.             "Journal Date": "03/25/98 00:00:00",
  15.             "Journal Notes": "Test#1",
  16.             "Journal OK": 1,
  17.             "Journal Hrs": 2
  18.         },
  19.         {
  20.             "id": 2,
  21.             "Journal": 1,
  22.             "Journal Date": "04/10/98 00:00:00",
  23.             "Journal Notes": "Test#2",
  24.             "Journal OK": 1,
  25.             "Journal Hrs": 1.5
  26.         }
  27.     ]
  28. }