pub fn read_cityjson_from_reader<R: Read>( reader: BufReader<R>, cj_type: CJTypeKind, ) -> Result<CJType, CjError>
Read CityJSON from any reader (file or stdin)