Skip to main content

JSON structure

In the above example, the resulting condition is:
  • (ProductQtyMultiplier < 1000.0 AND ProductQtyMultiplier >= 10.0)
  • AND ( Id <= 500 OR Id > 100 OR Desk LIKE “skB”)
  • AND ( ProductId in [17,36,42,55] )
  • AND ( Status = “DONE” )
  • AND ( NOT ( IsSimulated = “LIVE” ) )

Property details