The JSON Trimmer cleans up JSON data by removing unnecessary spaces from all text fields, including nested sections and lists. Provide your JSON and run the trimming process to get a neat, clean version that is easy to read and ready for use, with the option to compare it with the original (included in the demo).
The JSONTrimmer action is the core component. Simply pass your JSON to the input parameter, and it will process the data and return the updated, trimmed version. The processed JSON is also logged in the JSONTrimmer_Logs entity for audit purposes. For a clearer view of the changes, you can copy and paste the original and trimmed JSON into an online JSON prettifier to see the differences.