I would like to request a feature to include some kind of JSON output type mechanism for RCON commands so that I can easily abstract them behind HTTP APIs.
For example, the #players command currently prints rows split by new lines, but this does not work because a player can inject new lines into their name and break the parser. Serializing output to JSON would resolve this issue.