jsonpp 2.0.0

Reads json either from stdin or a file and pretty prints it on stdout.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "jsonpp"
version = "2.0.0"
authors = ["Florian Lackner <florian.lackner@gmail.com>"]
description = """
Reads json either from stdin or a file and pretty prints it on stdout.
"""
license = "GPL-3.0"
repository = "https://github.com/flo-l/jsonpp-rs"
readme = "README.md"

[dependencies]
serde_json = "1.0"
serde-transcode = "1.0"
clap = "~2.31"
error-chain = "0.11"
filebuffer = "0.4.0"