Prompt Detail:
This is a JSON object that represents a restaurant with the following attributes:
- `rid`: The ID of the restaurant, which is "1".
- `rname`: The name of the restaurant, which is "r1".
- `rimg`: The image of the restaurant, which is "img1".
- `rtype`: The type of the restaurant, which is "food".
- `rmenu`: An array of menu items that the restaurant offers, including:
- `fname`: The name of the food item, which includes "pizza", "burger", "falafel", and "cryspy".
- `fprice`: The price of the food item in the local currency, which includes "8000", "4000", "2500", and "3500".
Add a comment