You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could we make something like jj -p -r . hat traverses ./ to fetch all the json, and display them as a big json with proper formatting and indentation? So it would produce something like:
{
"thing_one": {
"params: { },
"results": { }
},
"thing_two": {
........
}
}
BTW, awesome utility. Absolutely love it. It's been making my life so much easier.
The text was updated successfully, but these errors were encountered:
Suppose i have
Could we make something like
jj -p -r .
hat traverses./
to fetch all the json, and display them as a big json with proper formatting and indentation? So it would produce something like:{
"thing_one": {
"params: { },
"results": { }
},
"thing_two": {
........
}
}
BTW, awesome utility. Absolutely love it. It's been making my life so much easier.
The text was updated successfully, but these errors were encountered: