jsonpp 2.0.2

Reads json either from stdin or a file and pretty prints it on stdout.
[package]
name = "jsonpp"
version = "2.0.2"
authors = ["Florian Lackner <contact@lackner.work>"]
description = """
Reads json either from stdin or a file and pretty prints it on stdout.
"""
license = "GPL-3.0"
repository = "https://codeberg.org/flo-l/jsonpp-rs"
readme = "README.md"
edition = "2024"

[dependencies]
serde_json = {version = "1.0", features = ["unbounded_depth"]}
serde-transcode = "1.0"
clap = "~2.31"
error-chain = "0.12"
filebuffer = "0.4.0"

[dev-dependencies]
assert_cmd = "2.2.0"