Untitled
unknown
plain_text
9 months ago
424 B
21
Indexable
mock_db = { "users": [ {"id": 1, "name": "Alice", "email": "alice@example.com"}, {"id": 2, "name": "Bob", "email": "bob@example.com"}, {"id": 3, "name": "Charlie", "email": "charlie@example.com"} ], "products": [ {"id": 1, "name": "Laptop", "price": 999.99}, {"id": 2, "name": "Smartphone", "price": 499.99}, {"id": 3, "name": "Headphones", "price": 99.99} ] }
Editor is loading...
Leave a Comment