En Sat, 21 Jul 2007 23:13:22 -0300, Andrey <[EMAIL PROTECTED]>  
escribió:

> Is it possible to pack binary data into simplejson?

json does not provide any direct "binary" type; strings are Unicode  
strings. Try encoding your data using Base64 for example, or transform it  
into an array of numbers.

-- 
Gabriel Genellina

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

Reply via email to