Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "bookstore": {
- "name": "Greenleaf Books",
- "location": "123 Maple Street, Springfield, USA",
- "contact": {
- "phone": "+1-555-1234",
- "email": "[email protected]",
- "website": "www.greenleafbooks.com"
- },
- "hours": {
- "monday": "9:00 AM - 6:00 PM",
- "tuesday": "9:00 AM - 6:00 PM",
- "wednesday": "9:00 AM - 6:00 PM",
- "thursday": "9:00 AM - 8:00 PM",
- "friday": "9:00 AM - 6:00 PM",
- "saturday": "10:00 AM - 5:00 PM",
- "sunday": "11:00 AM - 4:00 PM"
- },
- "employees": [
- {
- "id": 1,
- "name": "Alice Johnson",
- "position": "Manager",
- "email": "[email protected]",
- "phone": "+1-555-5678"
- },
- {
- "id": 2,
- "name": "Bob Smith",
- "position": "Assistant Manager",
- "email": "[email protected]",
- "phone": "+1-555-8765"
- },
- {
- "id": 3,
- "name": "Charlie Brown",
- "position": "Sales Associate",
- "email": "[email protected]",
- "phone": "+1-555-4321"
- },
- {
- "id": 4,
- "name": "Diana Prince",
- "position": "Cashier",
- "email": "[email protected]",
- "phone": "+1-555-1122"
- }
- ],
- "books": [
- {
- "isbn": "978-3-16-148410-0",
- "title": "The Great Gatsby",
- "author": "F. Scott Fitzgerald",
- "genre": "Fiction",
- "price": 12.99,
- "stock": 20,
- "publisher": "Scribner",
- "published_date": "1925-04-10"
- },
- {
- "isbn": "978-0-451-52493-5",
- "title": "1984",
- "author": "George Orwell",
- "genre": "Dystopian",
- "price": 9.99,
- "stock": 15,
- "publisher": "Signet Classic",
- "published_date": "1949-06-08"
- },
- {
- "isbn": "978-0-618-05699-7",
- "title": "To Kill a Mockingbird",
- "author": "Harper Lee",
- "genre": "Fiction",
- "price": 8.99,
- "stock": 25,
- "publisher": "J.B. Lippincott & Co.",
- "published_date": "1960-07-11"
- },
- {
- "isbn": "978-0-452-28423-4",
- "title": "The Catcher in the Rye",
- "author": "J.D. Salinger",
- "genre": "Fiction",
- "price": 7.99,
- "stock": 18,
- "publisher": "Little, Brown and Company",
- "published_date": "1951-07-16"
- },
- {
- "isbn": "978-0-393-04002-9",
- "title": "The Lord of the Rings",
- "author": "J.R.R. Tolkien",
- "genre": "Fantasy",
- "price": 29.99,
- "stock": 10,
- "publisher": "Houghton Mifflin",
- "published_date": "1954-07-29"
- },
- {
- "isbn": "978-0-7432-7356-5",
- "title": "The Da Vinci Code",
- "author": "Dan Brown",
- "genre": "Mystery",
- "price": 14.99,
- "stock": 30,
- "publisher": "Doubleday",
- "published_date": "2003-03-18"
- },
- {
- "isbn": "978-0-385-50420-1",
- "title": "The Girl with the Dragon Tattoo",
- "author": "Stieg Larsson",
- "genre": "Crime",
- "price": 11.99,
- "stock": 22,
- "publisher": "Knopf",
- "published_date": "2005-08-01"
- },
- {
- "isbn": "978-0-399-18422-1",
- "title": "The Hunger Games",
- "author": "Suzanne Collins",
- "genre": "Science Fiction",
- "price": 10.99,
- "stock": 28,
- "publisher": "Scholastic Press",
- "published_date": "2008-09-14"
- },
- {
- "isbn": "978-0-553-27875-7",
- "title": "The Hobbit",
- "author": "J.R.R. Tolkien",
- "genre": "Fantasy",
- "price": 13.99,
- "stock": 15,
- "publisher": "Houghton Mifflin",
- "published_date": "1937-09-21"
- },
- {
- "isbn": "978-0-316-76948-8",
- "title": "The Fault in Our Stars",
- "author": "John Green",
- "genre": "Young Adult",
- "price": 9.99,
- "stock": 35,
- "publisher": "Dutton Books",
- "published_date": "2012-01-10"
- }
- ]
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment