Mapping Types and Usage
1. Simple Path Access
plaintextCopy code$.UserDetails.nameplaintextCopy code$.Order.items.productId
2. Functions with Arguments
plaintextCopy codeconcat($.Customer.firstName, $.Customer.lastName)plaintextCopy codesum($.Invoice.totalAmount, $.Invoice.tax)plaintextCopy codemax($.Grades.math, $.Grades.science, $.Grades.english)
3. Relative Mapping
4. Filters
5. Combined Expressions
Last updated
Was this helpful?
