New
- Jet now ships with an interactive shell to explore data using jet-lang. Start it with
jet --interactive
. Usingrlwrap
is recommended.
Rationale of jet-lang: a minimal language for transformation of input, before writing out to JSON, EDN, or Transit.
Rationale of the shell: learn and work out the correctness of a jet-lang query. It can also be useful on servers where you want to inspect data, but don't have REPL.
- Several additions and improvements to jet-lang. See the docs.