Appearance
const jsonFormatTool: Tool<SpooledArtifact>;
Pretty-print or minify a JSON string.
Validates the input as JSON, then re-serialises it with the requested indentation. indent is clamped to the range [0, 8]; 0 produces minified output.
indent
0