Guest User

Untitled

a guest
Apr 23rd, 2023
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.35 KB | Source Code | 0 0
  1. {
  2.     "food": {
  3.         "name": "Ryż z jabłkami",
  4.         "products": [
  5.             {
  6.                 "product": {
  7.                     "name": "Ryż"
  8.                 }
  9.             },
  10.             {
  11.                 "product": {
  12.                     "name": "Jabłka"
  13.                 }
  14.             }
  15.         ]
  16.     },
  17.     "date": "2023-04-23"
  18. }
Add Comment
Please, Sign In to add comment