Nice Joerg, Bastian,
maybe this is another solution:
<pltype>json</pltype>
<payload>
<bfa:io>
<bfa:object>
<bfa:array name="Products">
<bfa:object name="Product">
<bfa:string name="Title">Title1</bfa:string>
<bfa:string name="Price">5.0</bfa:string>
</bfa:object>
<bfa:object name="Product">
<bfa:string name="Title">Title2</bfa:string>
<bfa:string name="Price">6.0</bfa:string>
</bfa:object>
</bfa:array>
<bfa:string name="Customer">Customer</bfa:string>
<bfa:string name="City">City</bfa:string>
</bfa:object>
</bfa:io>
</payload>
<htta>
<par id="httpheader.Content-Type" value="application/json"/>
...
</htta>
Jan