The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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