Jonathan Medwig

Results 1 issues of Jonathan Medwig

`python -c "import geojson; geojson.loads('{}').is_valid"` AttributeError: 'dict' object has no attribute 'is_valid' If loads(x) succeeds it returns a geojson.feature.____ object, otherwise it returns the result of json.loads(x). I recommend it...

help wanted
enhancement