home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 19 / CDROM19.iso / aplicat / pratico / colecoes.md_ / colecoes.md / ANIVERSARIOS.json < prev    next >
Encoding:
JavaScript Object Notation  |  1997-11-19  |  308 b 

  1. {
  2.     "schema": {
  3.         "RECNUM": "Long Integer",
  4.         "MES": "Integer",
  5.         "DIA": "Integer",
  6.         "NOME": "Text (50)",
  7.         "CNP_NOME_DO_USUARIO": "Long Integer"
  8.     },
  9.     "data": [
  10.         {
  11.             "RECNUM": 0,
  12.             "MES": 7,
  13.             "DIA": 1,
  14.             "NOME": "1234567890123456789012345678901234567890",
  15.             "CNP_NOME_DO_USUARIO": 19
  16.         },
  17.         {
  18.             "RECNUM": 143,
  19.             "MES": 2,
  20.             "DIA": 15,
  21.             "NOME": "Jean",
  22.             "CNP_NOME_DO_USUARIO": 16
  23.         }
  24.     ]
  25. }