|
You are here |
navendu.me | ||
| | | | |
gaganpreet.in
|
|
| | | | | I often work with JSON responses and need to process, view or compare objects. I have come to depend on a bunch of command line tools for these tasks. Do you use any other tools? Let me know in comments below. View (bat) # bat (better cousin of cat) is perfect for reading syntax highlighted JSON. Itll use a pager for files that dont fit on the screen and files can be searched by using the / operator. | |
| | | | |
blog.kellybrazil.com
|
|
| | | | | In this article I give a quick snapshot of what it's like to work with JSON in various traditional and next generation shells. Traditional shells like Bash and Windows Command Prompt (cmd.exe) don't have built-in JSON support and require 3rd party utilities. Newer shells like NGS, Nushell, Oil, Elvish, Murex, and PowerShell have JSON serialization/deserialization and filtering capabilities built-in for a cleaner experience. The post Working with JSON in Various Shells appeared first on Brazil's Blog.... | |
| | | | |
cameronnokes.com
|
|
| | | | | jq is a powerful tool that lets you read, filter, and write JSON in bash | |
| | | | |
akaptur.github.com
|
|
| | | [Edit: A significantly expanded version of this series appears as a chapter in The Architecture of Open Source Applications, volume 4, as A Python ... | ||