JSON
Mark Wieder
mwieder at ahsoftware.net
Mon Jun 3 18:20:27 EDT 2013
Thomas McGrath III <mcgrath3 at ...> 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
mwieder at ahsoftware.net
More information about the use-livecode
mailing list