Should only support whitespace as intent. ``` std.manifestJsonEx({ hello: 'world', }, 'xxx', '\n', ' ') ``` returns ```json "{\nxxx\"hello\" \"world\"\n}" ``` I think according to the doc, it should be: ```json "{\n \"hello\" \"world\"\n}" ```