If Statement Operators - logzio/sawmill GitHub Wiki

If Statement

has the following structure:

{
  "steps": [
  {  
  "if": {  
    "condition": {  
      <condition" or operator>
      },
      "then": [{<processor or statement>}, {<processor or statement>}]
      "else": [{<processor or statement>}, {<processor or statement>}]         
    }
  }
}
  ]
}