The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

jt - script for arbitrary transformation of JSON data

SYNOPSIS

  $ echo '{"a": 1, "b": 2}' | jt '"" <% [ $K ]' 
  # prints: ["a","b"]

DESCRIPTION

Small script using JSON::Transform to apply given transformations to JSON data.

SEE ALSO

JSON::Transform