|
|
|
|
|
by anon73044
2095 days ago
|
|
>json in linux shell?
Yes! Fortunately for me a 10 whole lines of sed, awk and some trimming and a for loop turned my json into a CSV to pass back to a legacy system.
No curl or json modules necessary.
That being said, if I needed anything more complex Python would be my default. |
|