There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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