Advertisement
Andralex22

Untitled

Dec 11th, 2023 (edited)
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.23 KB | Source Code | 0 0
  1. {
  2.     "masini":
  3.     [
  4.         {
  5.             "Marca": "Volkswagen",
  6.             "Model": "Arteon",
  7.             "CaiPutere": "200",
  8.             "Culoare": "Negru"
  9.         },
  10.         {
  11.             "Marca": "Ford",
  12.             "Model": "Modeo",
  13.             "CaiPutere": "180",
  14.             "Culoare": "Argintiu"
  15.         }
  16.     ]
  17.  
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement