home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 77 / IOPROG_77.ISO / tips / Java / ConnectionPool / tester / db / StressTest.mdb / Tabella1.json < prev    next >
Encoding:
JavaScript Object Notation  |  2003-12-19  |  145 b 

  1. {
  2.     "schema": {
  3.         "id": "Text (50)",
  4.         "campo1": "Text (50)"
  5.     },
  6.     "data": [
  7.         {
  8.             "id": "1",
  9.             "campo1": "campo111"
  10.         },
  11.         {
  12.             "id": "2",
  13.             "campo1": "ascsacs"
  14.         },
  15.         {
  16.             "id": "3",
  17.             "campo1": "qe"
  18.         }
  19.     ]
  20. }