Metadata-Version: 1.0
Name: json_scheming
Version: 0.1.1.0
Summary: Tools to build pseudo-schemas from json (and nested lists of dicts)
Home-page: http://pypi.python.org/pypi/json_scheming/
Author: David N. Mashburn
Author-email: david.n.mashburn@gmail.com
License: LICENSE.txt
Description: Just a bunch of pure-python functions for dealing with nested
        lists and dictionaries from a typical json file
        
        Also, this uses simplejson when available
        
        BIG CAVEATS:
        * Expects a top-level list
        * Does not allow lists nested directly in other lists
          (lists should only contain dictionaries or leaves)
        
        This may change with future developments :)
        
Platform: UNKNOWN
