prettyPrintJSON
Pretty-print a JSON string with optional indentation.
json(required): JSON string to formatindent(optional): indentation size (default 2)
utlx
prettyPrintJSON($input.compactJson) // formatted with 2-space indent