XML library similar to simplejson/json? - Python
Posted
by RadiantHex
on Stack Overflow
See other posts from Stack Overflow
or by RadiantHex
Published on 2010-06-08T10:58:30Z
Indexed on
2010/06/08
11:02 UTC
Read the original article
Hit count: 282
Hi folks,
is there a similar library to simplejson, which would enable quick serialization of data to and from XML.
e.g. json.loads('{vol:'III', title:'Magical Unicorn'}')
e.g. json.dumps([1,2,3,4,5])
Any ideas?
© Stack Overflow or respective owner