Replace jsonpath_ng by jsonpath_ng.ext to parse complex expressions based on filtered... 05/14905/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 3 Feb 2025 15:30:02 +0000 (16:30 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 3 Feb 2025 15:31:46 +0000 (16:31 +0100)
commitc81054192e75ccd65ad85ef6acd911d96ba02206
tree9297cc13753a03ddec05a6179c589d069b2f61df
parent6bf4557d8a8dd11b0240cd8c2f40e2b6ac495a7a
Replace jsonpath_ng by jsonpath_ng.ext to parse complex expressions based on filtered selections

This enhances the jsonpath output format in osmclient commands, allowing
the use of extended expressions based on selectors such as
'{.status.conditions[?(@.type=="Synced")].status}'.

Change-Id: Ic40f93e3e8e9a75b7685a81f4975a4cbe43e154b
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
osmclient/common/print_output.py