Parsing python dictionary in Java using JPython

Ant antroy at gmail.com
Fri May 26 07:38:58 EDT 2006


This will work fine in simple cases and if the dictionaries are passed
around in repr() form.

If they are being passed pickled in some way, or the values in the
dictionary are anything other than strings, lists, dictionaries or
combinations of these then you will need something like Jython.




More information about the Python-list mailing list