#Hey there! my Json File looks like this below, and I need a way to get the jsonpath to the JSON KEYS using raw JSON (Jsonpath that's on Zabbix 4.4) so i can query like "Port-channel1.3010" and "Port-channel1.3110"
{
"Port-channel1.3010": 1077,
"Port-channel1.3110": 308,
"Port-channel1.3121": 450,
"Port-channel1.3141": 107,
"Port-channel1.3161": 539,
"Port-channel1.3181": 764,
"Port-channel1.3191": 575,
"Port-channel1.3700": 18,
"Port-channel1.3702": 24,
"Port-channel1.3704": 11
}
#I've tried utilizing $.*~ but it doesnt seem to work by the fact that it aint running on the latest version