libJson

Mark Smith lists at futilism.com
Tue Mar 10 10:12:01 EDT 2009


It converts json objects to revolution arrays, and revolution arrays  
to json objects.

If you're unfamiliar with json objects, they're a quite common way of  
turning complex in-memory data structures (such as arrays) into text  
strings that can be easily transmitted across networks, or for  
exchange of data between different systems.

They can be used as a lightweight (smaller, simpler) alternative to XML.

http://www.json.org/

I like them :)


Best,

Mark


On 10 Mar 2009, at 12:34, william humphrey wrote:

> What does your json library do my son?
>
>



More information about the use-livecode mailing list