Jacque- Friday, April 12, 2013, 11:37:47 PM, you wrote:
> I need to pass data to and from a Rails app. I'd rather not deal with > XML or JSON if I don't have to. Are there any simpler solutions? A Rails app is a web frontend to a database. Do you have access to the underlying database? If so, the simplest thing would probably be to avoid Rails and deal with the data directly. JSON is easier than XML. And easier on the eyes. -- -Mark Wieder [email protected] _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
