awesome-json
awesome-json copied to clipboard
add livejq in commnand-line tools
https://github.com/kunalsin9h/livejq
livejq
is JSON parser like jq
but is designed to work in continuous input without crashing on invalid JSON. This is helpful which parsing content which may have other formats in between like text along with JSON, and you want to parse JSON for better readability. You can use livejq
to parse JSON without crashing on other formats.