# gitconfig2json [![crates version][crates-image]][crates-url] [![Travis-CI Status][travis-image]][travis-url] [![Appveyor Status][appveyor-image]][appveyor-url] ![license][license-image] > Parse `git config --list --null` using gitconfig::Value for api See [gitconfig](https://github.com/packsaddle/rust-gitconfig) a simple module. See [gitconfig2json_cli](https://github.com/packsaddle/rust-gitconfig2json_cli) CLI for this module. ## Example ## Install ``` $ cargo install gitconfig2json ``` ## changelog [changelog](./changelog.md) ## License MIT/Apache-2.0 © [Sanemat](http://sane.jp) [travis-url]: https://travis-ci.org/packsaddle/rust-gitconfig2json [travis-image]: https://img.shields.io/travis/packsaddle/rust-gitconfig2json/master.svg?style=flat-square&label=travis [appveyor-url]: https://ci.appveyor.com/project/sanemat/rust-gitconfig2json/branch/master [appveyor-image]: https://img.shields.io/appveyor/ci/sanemat/rust-gitconfig2json/master.svg?style=flat-square&label=appveyor [crates-url]: https://crates.io/crates/gitconfig2json [crates-image]: https://img.shields.io/crates/v/gitconfig2json.svg?style=flat-square [license-image]: https://img.shields.io/crates/l/gitconfig2json.svg?style=flat-square