Am 16.07.2018 um 10:02 schrieb Jmeter Tea:
About Render JSON option in View Results Tree,
RenderAsJSON have TAB_SEPARATOR = ": " This means that when rendering
JSON it creates an invalid JSON with `:` characters
{ "code":"1", "message":"Not found" }
Will be render as
{: "code":"1",:
About Render JSON option in View Results Tree,
RenderAsJSON have TAB_SEPARATOR = ": " This means that when rendering
JSON it creates an invalid JSON with `:` characters
{ "code":"1", "message":"Not found" }
Will be render as
{: "code":"1",: "message":"Not found"}
Is there a reason for `