Parsing python dictionary in Java using JPython

Ravi Teja webraviteja at gmail.com
Fri May 26 04:58:43 EDT 2006


> I have a python dictionary file. I want to create a map of that dictionary and want to use the same in my Java Program.
> Can anybody please tell me how to use the same python dictionary in Java as well as in Python.

Try a JSON parser for Java

http://www.json.org/

http://www.json.org/java/simple.txt
http://developer.berlios.de/projects/jsontools/
http://www.json.org/java/index.html




More information about the Python-list mailing list