detect key conflict in a JSON file

Steven D'Aprano steve+comp.lang.python at pearwood.info
Wed May 29 23:10:03 EDT 2013


On Wed, 29 May 2013 11:20:59 -0400, Roy Smith wrote:

>> How to process (read) YAML files in Python?
> 
> Take a look at http://pyyaml.org/

Beware that pyaml suffers from the same issue as pickle, namely that it 
can execute arbitrary code when reading untrusted data.


-- 
Steven



More information about the Python-list mailing list