REMOVE INDENTATION IN JSON

REMOVE INDENTATION IN JSON   In this tutorial, we will see how we can remove indentation between the JSON elements. it’s a good practice to compress the JSON response when it’s returned to any web browser or mobile application. This will reduce the size of the JSON and become easy to transfer the JSON content.…

Share this:
Read More

Online Dataweave Debugging

Online Dataweave Debugging   MuleSoft has provided an online Dataweave debugging platform where developers can go and test the Dataweave. We don’t need Anypoint Studio debugging mode to test the Dataweave. https://developer.mulesoft.com/learn/dataweave/playground It has mainly three section Input Explorer – we can add the input payload against which we want to test the Dataweave Script…

Share this:
Read More

Dataweave 2.3.0 New Features

DATAWEAVE 2.3.0 NEW FEATURES   In this tutorial we will demonstrate Dataweave 2.3.0 New Features, it is supported for mule runtime 4.3.0 or later.   Update Operator A new update operator added as part of Dataweave 2.3.0 which is used to update the specific field with new value, earlier we used to go through all…

Share this:
Read More