Parsing python dictionary in Java using JPython
Ravi Teja
webraviteja at gmail.com
Fri May 26 04:58:43 EDT 2006
More information about the Python-list mailing list
Fri May 26 04:58:43 EDT 2006
- Previous message (by thread): Parsing python dictionary in Java using JPython
- Next message (by thread): Parsing python dictionary in Java using JPython
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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
- Previous message (by thread): Parsing python dictionary in Java using JPython
- Next message (by thread): Parsing python dictionary in Java using JPython
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list