read_cityjson_from_reader

Function read_cityjson_from_reader 

Source
pub fn read_cityjson_from_reader<R: Read>(
    reader: BufReader<R>,
    cj_type: CJTypeKind,
) -> Result<CJType, CjError>
Expand description

Read CityJSON from any reader (file or stdin)