jazzband / geojson

Python bindings and utilities for GeoJSON
https://pypi.python.org/pypi/geojson/
BSD 3-Clause "New" or "Revised" License
905 stars 120 forks source link

Documentation should mention compatibility with core json functions #115

Closed biomiker closed 5 years ago

biomiker commented 5 years ago

I recommend adding something like the following to the section "GeoJSON encoding/decoding", it's a powerful option that many users may not know about.

Note that each of these functions is a wrapper around the core json function with the same name, and will pass through any additional arguments. This allows you to control the json formatting or parsing behavior with the underlying core json function.