Add ability to capture unaltered JSON
When Retrace recognizes part of the logged text is a block of JSON, it parses it, which produces the following side-effects:- Appending types to property names, e.g totalAmountNumber Instead of totalAmount, isApprovedBool Instead of isApproved, pr...