Packing a simple dictionary into a string
Packing a simple dictionary into a string - extending struct?
Jonathan Fine J.Fine at open.ac.ukWed Jun 20 09:27:54 EDT 2007
- Previous message (by thread): Packing a simple dictionary into a string - extending struct?
- Next message (by thread): Packing a simple dictionary into a string - extending struct?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Sridhar Ratna" <sridhar.ratna at gmail.com> wrote in message > What about JSON? You can serialize your dictionary, for example, in > JSON format and then unserialize it in any language that has a JSON > parser (unless it is Javascript). Thank you for this suggestion. The growing adoption of JSON in Ajax programming is a strong argument for my using it in my application, although I think I'd prefer something a little more binary. So it looks like I'll be using JSON. Thanks. Jonathan
- Previous message (by thread): Packing a simple dictionary into a string - extending struct?
- Next message (by thread): Packing a simple dictionary into a string - extending struct?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list