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