Send Json as a variable in Url
Confluence User - 18 Mar, 2020
Hi,
If I set a variable in my url with the content of the variable below, is it possible to access the data inside json afterwards?
String test = "{'firstName':'John','lastName':'Doe'}";
test = test.replace("'", "\"");
..."&var_USERNAME_VARIABLE="+teste+...
Someting like this:
(To see the image well, I recommend opening it in a new window)
Thanks in advance
variables;json;forms
