mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
a2bf532592
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 PR: 244643 Submitted by: Lewis Cook <vulcan@wired.sh>
11 lines
434 B
Plaintext
11 lines
434 B
Plaintext
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
|