[][src]Function datagen::write_json

pub fn write_json<W: Write>(
    writer: W,
    schema_path: String,
    num_records: i64
) -> DataGenResult<()>