sS jsonReindent(int levelsToIndent default 5, S json) { ret jsonEncode_breakAtLevels(levelsToIndent, jsonParse(json)); }