[Python-ideas] An idea for a new pickling tool

Leonardo Santagada santagada at gmail.com
Wed Apr 22 03:02:41 CEST 2009


For starters I want to say that this is a great idea overall but why  
not:

On Apr 21, 2009, at 7:02 PM, Raymond Hettinger wrote:

> * YAML is a superset of JSON, so the schema validation also works  
> equally
> well with JSON encoded data.


With the already existing fast json serializers (simplejson) why not  
use JSON instead of YAML? I like the YAML language, but JSON  
serializers exists for many more languages and are usually much more  
used than YAML ones.


--
Leonardo Santagada
santagada at gmail.com






More information about the Python-ideas mailing list