You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm in the same boat. The --attributes syntax is either poorly documented or broken. REALLY needs examples of the json data, the -a syntax and exactly what it returns.
Hello,
looks like i'm really stupid because all i get is "no value received" or a "Check JSON status API OK" but no values at all....
This is a JSON Response i want to check:
{
"versionInfo": [
{
"versionString": "1.1"
,"majorVersion": "1"
,"minorVersion": "1"
}
]
}
i want to check the majorVersion value.
./check_json.pl --url "https://user:pw@host/pathtojason" --attributes '{versionInfo}->{majorVersion}' --ignoressl
always ends in a "Check JSON status API UNKNOWN - No value received"
Whats up with this?
The text was updated successfully, but these errors were encountered: