blob: 6182980f52f6bd381846e180705383edc217d2b2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
Simple but efficient cli utility tool to manipulate
JSON data. Offering a powerful way to select one or
multiple elements from a source JSON and apply various
actions on the selected elements at once, e.g. wrap
selected elements into a new JSON, filter in/out,
sort elements, update elements, insert new elements,
remove, copy, move, compare, transform, swap around
and many other operations.
WWW: https://github.com/ldn-softdev/jtc
|