Re: Render JSON issue

2018-07-16 Thread Felix Schumacher
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",:

Render JSON issue

2018-07-16 Thread 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",: "message":"Not found"} Is there a reason for `