Expand description
Constructors§
Source§new JsonExpression<Type = any>(
data: Type,
): JsonExpression<Type>
new JsonExpression<Type = any>(
data: Type,
): JsonExpression<Type>
Properties§
Methods§
Source§from<const T>(
data: T,
): JsonExpression<Writeable<InferJsonExpression<T>>>
from<const T>(
data: T,
): JsonExpression<Writeable<InferJsonExpression<T>>>
Factory method to create a JsonExpression with proper type inference. Recursively infers types from nested ExpressionBuilder instances.
Class for creating JSON-based n8n expressions with type safety. Allows combining static JSON data with ExpressionBuilder instances to create complex n8n expressions.