-
-
Save projectxcappe/46b88882295fe140fd8a79cf6b11c82e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"venue_id": "3", | |
"place_id": "5", | |
"name": "McCrady's", | |
"cuisine_filter": {"Indian", "Breakfast", "American", "Burger"} <-- or whatever | |
"address": "Per Se, New York City", | |
"phone_number": "7854732545", | |
"description": "Test Data To add data", | |
"picture": "http://api.lineopener.com/uploads/street-view.jpg", | |
"logo": "http://api.lineopener.com/uploads/street-view.jpg", | |
"venue_map": "", | |
"open_time": "12:00", | |
"close_time": "23:00", | |
"location": "1", | |
"status": "1", | |
"created": "2017-12-20 00:00:00", | |
"updated": "2017-12-20 00:00:00" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment