https://github.com/wireservice/csvkit does a really nice job of reading GeoJSON into a CSV with their geojs.py, moving all of the properties into columns.
pyexcel-text has JSON support, which is a bit odd as this is mostly a tabulate-based plugin.
I suspect that geojson support should be in a separate plugin, and maybe it would also support topojson.
https://github.com/wireservice/csvkit does a really nice job of reading GeoJSON into a CSV with their geojs.py, moving all of the properties into columns.
pyexcel-texthas JSON support, which is a bit odd as this is mostly atabulate-based plugin.I suspect that geojson support should be in a separate plugin, and maybe it would also support topojson.