Decode a list of indented lines into a string tree.
Non-empty array of non-empty strings, each encoding a tree node with indent set as a multiple of node depth.
A decoded string tree.
Decode a list of indented lines into a string tree.