Added reader support for
- [JSON based file formats](https://github.com/FHOOEAIST/geofiles/blob/v1.4.0/src/geofiles/reader/json_reader.py#L9)
- [CityJSON](https://github.com/FHOOEAIST/geofiles/blob/v1.4.0/src/geofiles/reader/city_json_reader.py#L11)
- [GeoJSON](https://github.com/FHOOEAIST/geofiles/blob/v1.4.0/src/geofiles/reader/geo_json_reader.py#L11)
- [XML based file formats](https://github.com/FHOOEAIST/geofiles/blob/v1.4.0/src/geofiles/reader/xml_reader.py#L9)
- [GML](https://github.com/FHOOEAIST/geofiles/blob/v1.4.0/src/geofiles/reader/gml_reader.py#L12)
- [KML](https://github.com/FHOOEAIST/geofiles/blob/v1.4.0/src/geofiles/reader/kml_reader.py#L13)
Note, that the readers are limited to a feature subset of the associated file formats, related to geo-referenced models.