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

Version
-
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.
Viacheslav claimed 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 Open to Finished on the VyOS 1.5 Circinus board.
Viacheslav moved this task from Open to Finished on the VyOS 1.4 Sagitta board.