brimdata / zed

A novel data lake based on super-structured data
https://zed.brimdata.io/
BSD 3-Clause "New" or "Revised" License
1.38k stars 67 forks source link

JSON pretty print #5096

Closed mattnibs closed 5 months ago

mattnibs commented 6 months ago

Add support for JSON pretty printing (with color if supported by terminal) when activated by either using the -J flag or setting format and the -pretty flag.

Closes #5064 Closes #2978

philrz commented 5 months ago

I just tried it out on the branch at commit edd77e6 and it looks good to me!