In version 11.70.6, the default JSON result visualization is as follows:
“{\r\n \“requestID\”: \“12347\”,\r\n \“errorCode\”: 0,\r\n \“errorMessage\”: null\r\n}”
”Preview” mode:
{ “requestID”: “12347”, “errorCode”: 0, “errorMessage”: null }
- Please add formatting, syntax highlighting, font size, and “Beautify” function as specified in the settings section.
- Please add the option to enable/disable automatic execution of the “Beautify” result, similar to Chrome Development Tools.