github borkdude/jet v0.0.10

latest releases: v0.7.27, v0.6.26, v0.5.25...
pre-release6 years ago

New:

  • #10, #39: --keywordize now takes an optional function argument which will be used to transform keys from JSON. Example:
$ echo '{"my key": 1}' | jet --from json --keywordize '#(keyword (str/replace % " " "_"))' --to edn
{:my_key 1}
  • The --interactive command now takes an optional first command from the command line. Thanks @reedho for co-operating on this. See the README for more info.

Don't miss a new jet release

NewReleases is sending notifications on new releases.