Add braces around single-line blocks, and remove line breaks before function-opening braces. This resolves #537.
Implement and test a JSON validation parser. Use the parser to validate JSON output from malloc_stats_print(), with a significant subset of supported output options. This resolves #551.