We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
my json exp: $.[?(@.bundle_id=='10')].oper_status my jsonobject is:
$.[?(@.bundle_id=='10')].oper_status
{ "number_of_lag_in_use": 2, "number_of_aggregators": 2, "interfaces": { "Port-channel10": { "name": "Port-channel10", "bundle_id": 10, "protocol": "lacp", "flags": "SU", "oper_status": "up", "members": { "TenGigabitEthernet1/0/39": { "interface": "TenGigabitEthernet1/0/39", "flags": "P", "bundled": true, "port_channel": { "port_channel_member": true, "port_channel_int": "Port-channel10" } }, "TenGigabitEthernet1/0/40": { "interface": "TenGigabitEthernet1/0/40", "flags": "P", "bundled": true, "port_channel": { "port_channel_member": true, "port_channel_int": "Port-channel10" } } }, "port_channel": { "port_channel_member": true, "port_channel_member_intfs": [ "TenGigabitEthernet1/0/39", "TenGigabitEthernet1/0/40" ] } }, "Port-channel34": { "name": "Port-channel34", "bundle_id": 34, "protocol": "lacp", "flags": "SD", "oper_status": "down", "members": { "TenGigabitEthernet1/0/3": { "interface": "TenGigabitEthernet1/0/3", "flags": "D", "bundled": false, "port_channel": { "port_channel_member": true, "port_channel_int": "Port-channel34" } } }, "port_channel": { "port_channel_member": true, "port_channel_member_intfs": [ "TenGigabitEthernet1/0/3" ] } } } }
The text was updated successfully, but these errors were encountered:
I have the same problem
Sorry, something went wrong.
Hi carlos,
this is related to the parser used by the library. It is handled at https://github.com/h2non/jsonpath-ng
No branches or pull requests
my json exp:
$.[?(@.bundle_id=='10')].oper_status
my jsonobject is:
The text was updated successfully, but these errors were encountered: