This is a slightly modified version of the json viewer that shows a json tab on both requests and responses. I just duplicated the JsonInspector into a JsonResponseInspector and a JsonRequestInspector, each implementing IResponseInspector2 and IRequestInspector2. |
Software >