Advertisement
MrViSiOn

Glop IVA

Mar 8th, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1.  
  2. {
  3.     usuario: 7,
  4.     password: 8,
  5.     key: sdlfdsflkm,
  6.     impuestos: [
  7.         {
  8.             nombre: "21",
  9.             porcentaje: 21
  10.         },
  11.         {
  12.             nombre: "10",
  13.             porcentaje: 10
  14.         },
  15.         {
  16.             nombre: "5",
  17.             porcentaje: 5
  18.         }
  19.     ]
  20.  
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement