Advertisement
jcarlosriverae

ejemplo estructura visor html

Dec 22nd, 2021
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.13 KB | None | 0 0
  1. {
  2.   "movimientos": {
  3.     "cliente": [
  4.       {
  5.         "-nombre": "PATITO SA DE CV",
  6.         "movimientoPeriodo": [
  7.           {
  8.             "-tipo": "abono",
  9.             "-inicioPeriodo": "2020-01-01",
  10.             "-finPeriodo": "2020-01-31",
  11.             "-monto": "60500.32",
  12.             "-self-closing": "true"
  13.           },
  14.           {
  15.             "-tipo": "abono",
  16.             "-inicioPeriodo": "2020-02-01",
  17.             "-finPeriodo": "2020-01-28",
  18.             "-monto": "74120.32",
  19.             "-self-closing": "true"
  20.           }
  21.         ]
  22.       },
  23.       {
  24.         "-nombre": "CHIUCHO SA DE CV",
  25.         "movimientoPeriodo": [
  26.           {
  27.             "-tipo": "abono",
  28.             "-inicioPeriodo": "2020-01-01",
  29.             "-finPeriodo": "2020-01-31",
  30.             "-monto": "60500.32",
  31.             "-self-closing": "true"
  32.           },
  33.           {
  34.             "-tipo": "abono",
  35.             "-inicioPeriodo": "2020-02-01",
  36.             "-finPeriodo": "2020-01-28",
  37.             "-monto": "74120.32",
  38.             "-self-closing": "true"
  39.           }
  40.         ]
  41.       }
  42.     ]
  43.   },
  44.   "#omit-xml-declaration": "yes"
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement