> 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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to