jo
jo copied to clipboard
JSON output from a shell
I'm a non-developer and have read the manual, looked at code/tests for examples and countless other pages. I also kept using ShellCheck for errors. What is the best way to...
``` > echo foo > test.txt > jo '[email protected]' {"test":"foo"} ``` The manual says: > @file substitute the contents of file as-is Why the trailing newline is stripped when processing?...
If some values are coming from user input, it is possible (however unlikely) that someone could input a literal string that start with `@`, `%`, or `:`. If this were...
The Bugs section of the Manual (`jo.md`) says this should work: ``` $ jo a=1.0 {"a":1} $ jo a=\"1.0\" {"a":"1.0"} ``` But when I run `jo` version 1.9 (from Debian...
My understanding of the JSON spec is that the null character (`\0`) is a perfectly cromulent character in an JSON string because JSON strings are UTF-8. A null character in...
Hi 👋🏼 It would be awesome if there would be pre-built binaries attached to github releases for linux/arm64, linux/amd64 etc... This is helpful for package managers like aqua (see link...