Description of the new feature / enhancement
If you returned data with two spaces between objects instead of a single space, we could easily parse the output. With only one space, parsing cannot consistently return accurate results.
For example:


because you are only appending a single space at the end of a value in the string, parsing becomes exceptionally difficult.
Proposed technical implementation details
Appending two space characters would make parsing this output significantly easier and more accurate.
Description of the new feature / enhancement
If you returned data with two spaces between objects instead of a single space, we could easily parse the output. With only one space, parsing cannot consistently return accurate results.
For example:

because you are only appending a single space at the end of a value in the string, parsing becomes exceptionally difficult.
Proposed technical implementation details
Appending two space characters would make parsing this output significantly easier and more accurate.