JSON Extractor on key

Status: Closed · Asked by schishti on · 0 views

schishti — Question ·

Sometimes the formatting can be poor so that everything ends up in the first lebel value pair but only in the key section of the response, is it possible to then run the JSON extractor on the label part?

Example like below

Example response:
[TABLE]
[TR]
[TD]{ Message: "Hello", "From": "user"}[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]

[TD][/TD]
[/TR]
[TR]
[TD][/TD]

[TD][/TD]
[/TR]
[/TABLE]

JSON Extractor on Reponse[0][0] to then deseralise properly

Obviously this should be handled correctly in the first place when going via the webhook, however this can speed up dev time

PabblyMember3 — Reply ·

JSON extractor will accept array of JSON object only, so, It is not possible to run it for labels,

Back to all forum threads · Log in to reply