Create a JSON output feed from views or tables
What would really make Caspio powerful is to have a way to create a JSON and/or XML view of data that could be accessed dynamically by web applications. I want more flexibility in how I present data, and I'm willing to develop that myself, but I could still use Caspio as a back end to enter and manage and store data, without having to build that infrastructure myself every time.
-
Anonymous commented
I do this with Caspio using their RESTful API. For PHP users they have a very nice sample code that took very little modification. Now with a few pre-built functions, I can get json formatted data from any table or view with only a few lines of PHP code.
-
Jesse Hazel commented
This is one of the top hits on google when you search something like "caspio json". Was there ever any movement on this? Like Christian I would love to be able to treat caspio like an interface for our registered users with my app being data view/controller. I can do this google docs, but I'd prefer to stick with caspio since we already pay for a license.