Sheety turns your spreadsheet into a Restful JSON API, meaning you can get data in and out of your spreadsheet using simple HTTP requests and URLs. It also means that Sheety can work with pretty much anything you like: if it connects to the Internet, it works with Sheety.
Read the docs{ "menus": [ { "item": "Spicy Mixed Olives", "price": 3.25, "category": "Starters", "isVegetarian": true, "id": 2 }, { "item": "Peri-Peri Nuts", "price": 3.25, "category": "Starters", "isVegetarian": true, "id": 3 }, { "item": "Halloumi Sticks", "price": 3.45, "category": "Starters", "isVegetarian": true, "id": 4 } ] }