Serialization across languages?

Steve Howell showell30 at yahoo.com
Fri Jun 15 07:44:30 EDT 2007


--- Bruno Desthuilliers
<bruno.42.desthuilliers at wtf.websiteburo.oops.com>
wrote:

> Tobiah a écrit :
> > I want to do SOAP like calls from a device who's
> libraries
> > don't include SOAP.  I'm thinking of using simple
> HTTP posts,
> > but I'm going to want to send arrays and hashes.
> 
> Then I'd second Simon's suggestion to use JSON.
> 

I'll third it.

Another thing to look at may be YAML:

http://www.yaml.org/start.html
http://www.yaml.org/
http://www.yaml.org/discuss.html

There are implementations in Python, Ruby, Perl, Java,
Javascript, etc.:

http://www.yaml.org/download.html

One thing that YAML has strived for, and largely got
for free through fortunate coincidence, was
compatibility with JSON.




       
____________________________________________________________________________________Ready for the edge of your seat? 
Check out tonight's top picks on Yahoo! TV. 
http://tv.yahoo.com/



More information about the Python-list mailing list