using json_query against integers?

Ill let a fast sample bit of code do the talking:

`

Change your json_query var to use backticks (``) instead of quotes (‘’) around the 0

  • vars:
    json_query: “[?lun==0]”

NM all … turns out i need the illustrious backtick (`) and not a single quote to denote a integer …