First let’s create a DataRaptor Transform.
/*! elementor – v3.17.0 – 01-11-2023 */
.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=”.svg”]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}
![](https://9to9clouds.com/wp-content/uploads/2023/12/4.1.jpg)
Now we go to the Transform Tab and click on the Plus(+) icon.
then go to the Output JSON Path and type type Fields|1 . And type Contact:first_name in the Input JSON Path.(to fetch the fields of an object, use : ).
Similarly we add more fields of the User(Fields|2)
![](https://9to9clouds.com/wp-content/uploads/2023/12/4.2-1024x306.jpg)
![](https://9to9clouds.com/wp-content/uploads/2023/12/4.3-1024x240.jpg)
Click on Preview Tab and write down in input json.
{ “Contact”: { “firstName”: “Sumo”, “lastName”: “Jensen” }}then CLICK Execute Buttom.
![](https://9to9clouds.com/wp-content/uploads/2023/12/4.4-1024x358.jpg)
So Output results SHOW.(according my input json)
![](https://9to9clouds.com/wp-content/uploads/2023/12/4.5-1024x339.jpg)