Mapping array fields
Introduction
Need to know
Example 1 (top-level array)
{
"category": 1111,
"fruit": [
{
"sku": "apples",
"qty": 2
},
{
"sku": "pears",
"qty": 2
}
]
}The problem
The solution

Mapping rule
Summary
JSON traversal
Expression
JSON traversal
Example 2 (nested array)
The problem
The solution

Mapping rule
Summary
JSON traversal
Expression
JSON traversal
Related pages
Last updated
Was this helpful?
