Search Results

Search: Posts Made By: kbrazil
59,689
Posted By kbrazil
Jello: The JQ Alternative for Pythonistas
Ever find yourself banging your head against the wall trying to decode a complex jq pipeline?

That's why I created jello, which puts the power of python processing of JSON at the command line....
11,377
Posted By kbrazil
Fun with terminal plotting JSON data at the command line
One of the great thing about unix is the ability to pipe multiple programs together to manipulate data. Plain, unstructured text is the most common type of data that is passed between programs, but...
58,790
Posted By kbrazil
jc json conversion tool
I created a tool called jc that converts the output of many command line tools, including df, to json format:

kellyjonbrazil/jc on github.

$ df | jc --df -p
[
{
"filesystem": "udev",
...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 05:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy