I have a json file like below:
{
"result": {
"covered_percent": 47.06
}
}
and how can I read this value on Ubuntu Terminal.
As a shorter one liner you can use the following:
cat some_file.json | python -mjson.tool
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With