If you're calling process.report.getReport(), you're probably going to want to modify the result in some way before transmitting it elsewhere--remove fields, redact sensitive information, etc.--but if it returns a JSON string, there's boilerplate involved in parsing the value to an Object.
process.report.getReport() should return a parsed JS Object instead of a JSON string.
Thoughts? cc @cjihrig