<p align="center">
<a href="https://github.com/slog-rs/slog">
<img src="https://cdn.rawgit.com/slog-rs/misc/master/media/slog.svg" alt="slog-rs logo">
</a>
<br>
<a href="https://travis-ci.org/slog-rs/json">
<img src="https://img.shields.io/travis/slog-rs/json/master.svg" alt="Travis CI Build Status">
</a>
<a href="https://crates.io/crates/slog-json">
<img src="https://img.shields.io/crates/d/slog-json.svg" alt="slog-json on crates.io">
</a>
<a href="https://gitter.im/slog-rs/slog">
<img src="https://img.shields.io/gitter/room/slog-rs/slog.svg" alt="slog-rs Gitter Chat">
</a>
</p>
# slog-json - JSON drain for [slog-rs]
For more information, help, to report issues etc. see [slog-rs][slog-rs].
## Note
slog_json parses the logged Record values only, consider using [slog-bunyan][bunyan] instead for a more complete output format.
[slog-rs]: //github.com/slog-rs/slog
[bunyan]: //github.com/slog-rs/bunyan