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.
jt - script for arbitrary transformation of JSON data
$ echo '{"a": 1, "b": 2}' | jt '"" <% [ $K ]'
# prints: ["a","b"]
Small script using JSON::Transform to apply given transformations to JSON data.