Dacris.Maestro.Core.MathExpression Interaction

Evaluates a math or boolean formula.


Sample State.json Input

{
  "sampleKey": {
    "formula": "1 + 2",
    "outputPath": "$.yourStateKey",
    "precision": "10",
    "your_operand": "$.yourStateKey"
  }
}