JSON assign it to a string Variable, WHY DOES IT HAVE TO BE COMPLICATED?

How can i put a JSON as string?

Thank you

its about spanning over multiple lines and escaping the inner double quotes (VB)

However we also can define the JSON string as following:

Single line with inner single quotes:
“{‘Password’: ‘random’, ‘Username’: ‘XXXX’}”

Multiple Lines right side assign activity with escape double quotes:

"{""Password"": ""random"", " & 
" ""Username"": ""XXXX""} "
1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.