mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
4ac879f3ac
Dasel (short for data-selector) allows you to query and modify data structures using selector strings. Comparable to jq / yq, but supports JSON, YAML, TOML and XML with zero runtime dependencies. WWW: https://github.com/TomWright/dasel PR: 250946 Submitted by: Lewis Cook
10 lines
238 B
Plaintext
10 lines
238 B
Plaintext
Dasel (short for data-selector) allows
|
|
you to query and modify data structures
|
|
using selector strings.
|
|
|
|
Comparable to jq / yq, but supports JSON,
|
|
YAML, TOML and XML with zero runtime
|
|
dependencies.
|
|
|
|
WWW: https://github.com/TomWright/dasel
|