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