Page MenuHomeVyOS Platform

Add jq package to parse JSON files
Closed, ResolvedPublicFEATURE REQUEST

Description

Add useful tool "jq" to parse JSON files from sh scripts.

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Unspecified (please specify)

Related Objects

Mentioned In
1.3.5

Event Timeline

Viacheslav changed the task status from Open to In progress.Oct 4 2023, 8:38 AM
Viacheslav claimed this task.
Viacheslav created this task.

PR https://github.com/vyos/vyos-user-utils/pull/7

vyos@r4# echo '{"system": "VyOS", "rate": 100}' | jq '.system'
"VyOS"
[edit]
vyos@r4#
Viacheslav moved this task from Need Triage to Finished on the VyOS 1.5 Circinus board.
Viacheslav moved this task from Need Triage to Finished on the VyOS 1.4 Sagitta board.