Thomas McGrath III <mcgrath3@...> writes:

> have is "Is it better to go the JSON route from within a Livecode Mobile
app or should I go for the easy way out

Is this a trick question? The easy way out is *always* better <g>.

Do you have a lot of data to push? Any binary data? Do you need to receive
JSON data as well? JSON is just a formatted collection of key:value pairs.
Lots of nested curly braces and not particularly human-readable, but
generating JSON data is fairly easy. Parsing it is a little trickier.

-- 
 Mark Wieder
 mwie...@ahsoftware.net



_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to