Expressions are one of the gnarliest parts of a createUiDefinition.json when it comes to debugging and troubleshooting issues. There are no validation tools for UI expressions. Maestro Studio ENSEMBLE sports a parser that generates an Abstract Syntax Tree and a JIT compiler that takes the AST to the next level, generating validation messages, warning and error locations, and just-in-time values of expression in design-time....
Read More