Attached is a protocol containing a component that formats or "pretty-prints" a property containing JSON to have nice indentation. The component can either save the results to a file or put the formatted JSON on a new data record property.
The component is Python-based, but as the "json" module used is part of the Python standard library, no installation of modules is required. All of the Python-specific parameters have been moved to the Implementation tab of the component.
One can choose the indentation for the formatted JSON with a positive integer determining the number of spaces to indent with.
I will be happy to answer any questions or suggestions posted here.
Cheers,
Craig