View a JSON file interactively
Pretty-print and colorize JSON from `stdin`
cat path/to/file.json | fxOpen JSON data from a URL
Filter JSON using JavaScript-like expressions
fx path/to/file.json .nameParse a TOML input file into JSON
fx --toml path/to/file.tomlParse a YAML input file into JSON
fx --yaml path/to/file.yaml